Skip to content

Commit

Permalink
Remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
notAreYouScared committed Jun 8, 2024
1 parent 3c74081 commit c7d9e60
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions app/Filament/Resources/NodeResource/Pages/CreateNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,18 +197,6 @@ public function form(Forms\Form $form): Forms\Form
'lg' => 4,
])
->schema([
Forms\Components\ToggleButtons::make('public')
->label('Automatic Allocation')->inline()
->default(true)
->columnSpan(1)
->options([
true => 'Yes',
false => 'No',
])
->colors([
true => 'success',
false => 'danger',
]),
Forms\Components\ToggleButtons::make('maintenance_mode')
->label('Maintenance Mode')->inline()
->columnSpan(1)
Expand Down Expand Up @@ -240,7 +228,7 @@ public function form(Forms\Form $form): Forms\Form
->placeholder('Not Implemented')
->hintIcon('tabler-question-mark')
->hintIconTooltip('Not Implemented')
->columnSpan(1),
->columnSpan(2),

Forms\Components\TextInput::make('upload_size')
->label('Upload Limit')
Expand Down

0 comments on commit c7d9e60

Please sign in to comment.