mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-19 21:04:44 +02:00
Fix ToolTip
This commit is contained in:
parent
c115c6ddf5
commit
8ba15538a9
@ -75,7 +75,7 @@ class CreateEgg extends CreateRecord
|
||||
->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2]),
|
||||
TextInput::make('update_url')
|
||||
->hintIcon('tabler-question-mark')
|
||||
->hintToolTip('URLs must point directly to the raw .json file.')
|
||||
->hintIconTooltip('URLs must point directly to the raw .json file.')
|
||||
->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2])
|
||||
->url(),
|
||||
KeyValue::make('docker_images')
|
||||
|
Loading…
x
Reference in New Issue
Block a user