mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 23:54:44 +02:00
add helper to cpu input
This commit is contained in:
parent
586d1b413c
commit
e5146e0dbb
@ -554,7 +554,8 @@ class CreateServer extends CreateRecord
|
|||||||
->required()
|
->required()
|
||||||
->columnSpan(2)
|
->columnSpan(2)
|
||||||
->numeric()
|
->numeric()
|
||||||
->minValue(0),
|
->minValue(0)
|
||||||
|
->helperText('100% equals one logical thread'),
|
||||||
]),
|
]),
|
||||||
|
|
||||||
Forms\Components\Grid::make()
|
Forms\Components\Grid::make()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user