mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 19:14:45 +02:00
parent
8ee5d6aabd
commit
fe4e6271fb
@ -381,14 +381,17 @@ class EditServer extends EditRecord
|
|||||||
Forms\Components\TextInput::make('allocation_limit')
|
Forms\Components\TextInput::make('allocation_limit')
|
||||||
->suffixIcon('tabler-network')
|
->suffixIcon('tabler-network')
|
||||||
->required()
|
->required()
|
||||||
|
->minValue(0)
|
||||||
->numeric(),
|
->numeric(),
|
||||||
Forms\Components\TextInput::make('database_limit')
|
Forms\Components\TextInput::make('database_limit')
|
||||||
->suffixIcon('tabler-database')
|
->suffixIcon('tabler-database')
|
||||||
->required()
|
->required()
|
||||||
|
->minValue(0)
|
||||||
->numeric(),
|
->numeric(),
|
||||||
Forms\Components\TextInput::make('backup_limit')
|
Forms\Components\TextInput::make('backup_limit')
|
||||||
->suffixIcon('tabler-copy-check')
|
->suffixIcon('tabler-copy-check')
|
||||||
->required()
|
->required()
|
||||||
|
->minValue(0)
|
||||||
->numeric(),
|
->numeric(),
|
||||||
]),
|
]),
|
||||||
Forms\Components\Fieldset::make('Docker Settings')
|
Forms\Components\Fieldset::make('Docker Settings')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user