mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 16:44:44 +02:00
Better default
This commit is contained in:
parent
d68e7218a8
commit
3010e3d61e
@ -583,7 +583,7 @@ class CreateServer extends CreateRecord
|
|||||||
Forms\Components\Hidden::make('io')
|
Forms\Components\Hidden::make('io')
|
||||||
->helperText('The IO performance relative to other running containers')
|
->helperText('The IO performance relative to other running containers')
|
||||||
->label('Block IO Proportion')
|
->label('Block IO Proportion')
|
||||||
->default(500),
|
->default(0),
|
||||||
|
|
||||||
Forms\Components\Grid::make()
|
Forms\Components\Grid::make()
|
||||||
->columns(4)
|
->columns(4)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user