Make pretty

This commit is contained in:
notCharles 2024-05-06 19:14:01 -04:00 committed by Lance Pioch
parent e2353af0d8
commit 04675a73fd

View File

@ -141,10 +141,13 @@ class EditEgg extends EditRecord
Forms\Components\TextInput::make('env_variable')
->label('Environment Variable')
->maxLength(191)
->hint(fn ($state) => "{{{$state}}}")
->prefix('{{')
->suffix('}}')
->hintIcon('tabler-code')
->hintIconTooltip(fn ($state) => "{{{$state}}}")
->required(),
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')