From 65acb3fd94fbfe6d59879e53870f2e0f2d909e91 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Fri, 12 Apr 2024 02:31:31 -0400 Subject: [PATCH] Add more icons --- app/Filament/Resources/ServerResource.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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')