mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 02:54:45 +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',
|
||||
]),
|
||||
Forms\Components\ToggleButtons::make('public')
|
||||
->default(true)
|
||||
->columnSpan(1)
|
||||
->label('Automatic Allocation')->inline()
|
||||
->options([
|
||||
|
Loading…
x
Reference in New Issue
Block a user