mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 13:14:45 +02:00
Make pretty
This commit is contained in:
parent
e2353af0d8
commit
04675a73fd
@ -141,10 +141,13 @@ class EditEgg extends EditRecord
|
|||||||
Forms\Components\TextInput::make('env_variable')
|
Forms\Components\TextInput::make('env_variable')
|
||||||
->label('Environment Variable')
|
->label('Environment Variable')
|
||||||
->maxLength(191)
|
->maxLength(191)
|
||||||
->hint(fn ($state) => "{{{$state}}}")
|
->prefix('{{')
|
||||||
|
->suffix('}}')
|
||||||
|
->hintIcon('tabler-code')
|
||||||
|
->hintIconTooltip(fn ($state) => "{{{$state}}}")
|
||||||
->required(),
|
->required(),
|
||||||
Forms\Components\TextInput::make('default_value')->maxLength(191),
|
Forms\Components\TextInput::make('default_value')->maxLength(191),
|
||||||
Forms\Components\Textarea::make('rules')->rows(3)->columnSpanFull(),
|
Forms\Components\TextInput::make('rules')->columnSpanFull(),
|
||||||
]),
|
]),
|
||||||
]),
|
]),
|
||||||
Forms\Components\Tabs\Tab::make('Install Script')
|
Forms\Components\Tabs\Tab::make('Install Script')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user