Add more icons

This commit is contained in:
Lance Pioch 2024-04-12 02:31:31 -04:00
parent ecf54a3025
commit 65acb3fd94

View File

@ -163,6 +163,10 @@ class ServerResource extends Resource
false => 'primary', false => 'primary',
true => 'danger', true => 'danger',
]) ])
->icons([
false => 'tabler-code',
true => 'tabler-code-off',
])
->inline() ->inline()
->required(), ->required(),
@ -196,6 +200,10 @@ class ServerResource extends Resource
false => 'primary', false => 'primary',
true => 'danger', true => 'danger',
]) ])
->icons([
false => 'tabler-settings-cancel',
true => 'tabler-settings-check',
])
->inline(), ->inline(),
Forms\Components\Fieldset::make('Application Feature Limits') Forms\Components\Fieldset::make('Application Feature Limits')