diff --git a/app/Filament/Resources/ServerResource.php b/app/Filament/Resources/ServerResource.php index 982374f89..212d40c3b 100644 --- a/app/Filament/Resources/ServerResource.php +++ b/app/Filament/Resources/ServerResource.php @@ -163,6 +163,10 @@ class ServerResource extends Resource false => 'primary', true => 'danger', ]) + ->icons([ + false => 'tabler-code', + true => 'tabler-code-off', + ]) ->inline() ->required(), @@ -196,6 +200,10 @@ class ServerResource extends Resource false => 'primary', true => 'danger', ]) + ->icons([ + false => 'tabler-settings-cancel', + true => 'tabler-settings-check', + ]) ->inline(), Forms\Components\Fieldset::make('Application Feature Limits')