Merge branch 'issue/68' of github.com:pelican-dev/panel into issue/68

This commit is contained in:
Lance Pioch 2024-07-02 14:39:57 -04:00
commit d71b1a4710
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ class CreateServer extends CreateRecord
->required(), ->required(),
Forms\Components\TextInput::make('description') Forms\Components\TextInput::make('description')
->placeholder('Description') ->placeholder('Notes')
->columnSpan([ ->columnSpan([
'default' => 1, 'default' => 1,
'sm' => 2, 'sm' => 2,

View File

@ -122,7 +122,7 @@ class EditServer extends EditRecord
]), ]),
Forms\Components\Textarea::make('description') Forms\Components\Textarea::make('description')
->label('Description') ->label('Notes')
->columnSpanFull(), ->columnSpanFull(),
Forms\Components\TextInput::make('uuid') Forms\Components\TextInput::make('uuid')