mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 16:44:44 +02:00
Add more icons
This commit is contained in:
parent
ecf54a3025
commit
65acb3fd94
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user