mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-11 13:44: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(),
|
->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,
|
||||||
|
|||||||
@ -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')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user