🆙 More fixes 🆙

This commit is contained in:
Remco
2026-01-20 17:48:16 +01:00
parent 5b3645abba
commit 9a8fa8b1ff
7 changed files with 55 additions and 42 deletions
@@ -49,7 +49,8 @@ class CommandLogResource extends Resource
->badge()
->color(fn (string $state): string => match ($state) {
'yes' => 'primary',
'no' => 'warning'
'no' => 'warning',
default => 'danger',
})
->label(__('filament::resources.columns.success'))
->formatStateUsing(fn (string $state): string => __("filament::resources.options.{$state}")),