mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 10:54:46 +02:00
Add default for Automatic Allocation in CreateNode (#367)
* Update CreateNode.php * Update app/Filament/Resources/NodeResource/Pages/CreateNode.php Co-authored-by: Boy132 <Boy132@users.noreply.github.com>
This commit is contained in:
parent
beac4cd3f6
commit
8e5660a1b9
@ -212,6 +212,7 @@ class CreateNode extends CreateRecord
|
|||||||
false => 'success',
|
false => 'success',
|
||||||
]),
|
]),
|
||||||
Forms\Components\ToggleButtons::make('public')
|
Forms\Components\ToggleButtons::make('public')
|
||||||
|
->default(true)
|
||||||
->columnSpan(1)
|
->columnSpan(1)
|
||||||
->label('Automatic Allocation')->inline()
|
->label('Automatic Allocation')->inline()
|
||||||
->options([
|
->options([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user