mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-11 13:34:55 +01:00
This has annoyed me...
This commit is contained in:
parent
f2eca17480
commit
d9922e86f2
@ -141,7 +141,7 @@ class CreateServer extends CreateRecord
|
||||
->required(),
|
||||
|
||||
Forms\Components\TextInput::make('description')
|
||||
->placeholder('Description')
|
||||
->placeholder('Notes')
|
||||
->columnSpan([
|
||||
'default' => 1,
|
||||
'sm' => 2,
|
||||
|
||||
@ -122,7 +122,7 @@ class EditServer extends EditRecord
|
||||
]),
|
||||
|
||||
Forms\Components\Textarea::make('description')
|
||||
->label('Description')
|
||||
->label('Notes')
|
||||
->columnSpanFull(),
|
||||
|
||||
Forms\Components\TextInput::make('uuid')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user