add back console icon

This commit is contained in:
Boy132 2025-06-26 01:31:58 +02:00
parent 1e530d589f
commit c11a90624a

View File

@ -35,6 +35,8 @@ class Console extends Page
protected static ?int $navigationSort = 1; protected static ?int $navigationSort = 1;
protected static string|\BackedEnum|null $navigationIcon = 'tabler-brand-tabler';
protected string $view = 'filament.server.pages.console'; protected string $view = 'filament.server.pages.console';
public ContainerStatus $status = ContainerStatus::Offline; public ContainerStatus $status = ContainerStatus::Offline;