mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 15:44:45 +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()
|
||||
->columnSpan(2)
|
||||
->numeric()
|
||||
->minValue(0),
|
||||
->minValue(0)
|
||||
->helperText('100% equals one logical thread'),
|
||||
]),
|
||||
|
||||
Forms\Components\Grid::make()
|
||||
|
Loading…
x
Reference in New Issue
Block a user