mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 05:04:44 +02:00
Whoops
This commit is contained in:
parent
b7b72d7336
commit
c4864feaa5
@ -453,8 +453,6 @@ class EditServer extends EditRecord
|
|||||||
Forms\Components\Textarea::make('startup')
|
Forms\Components\Textarea::make('startup')
|
||||||
->label('Startup Command')
|
->label('Startup Command')
|
||||||
->required()
|
->required()
|
||||||
->hint('sdfa')
|
|
||||||
->hintIcon('tabler-code')
|
|
||||||
->columnSpan(6)
|
->columnSpan(6)
|
||||||
->rows(function ($state) {
|
->rows(function ($state) {
|
||||||
return str($state)->explode("\n")->reduce(
|
return str($state)->explode("\n")->reduce(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user