Rename
This commit is contained in:
parent
a4fb9eea40
commit
93ec3bdfc4
@ -9,14 +9,18 @@ use App\Models\Server;
|
||||
use App\Models\User;
|
||||
use Filament\Pages\Page;
|
||||
|
||||
class Introduction extends Page
|
||||
class Dashboard extends Page
|
||||
{
|
||||
protected static ?string $navigationIcon = 'heroicon-o-document-text';
|
||||
protected static ?string $navigationIcon = 'tabler-layout-dashboard';
|
||||
|
||||
protected static string $view = 'filament.pages.introduction';
|
||||
protected static string $view = 'filament.pages.dashboard';
|
||||
|
||||
protected ?string $heading = '';
|
||||
|
||||
protected static ?string $title = 'Dashboard';
|
||||
|
||||
protected static ?string $slug = '/';
|
||||
|
||||
public string $activeTab = 'nodes';
|
||||
|
||||
public function getViewData(): array
|
Loading…
x
Reference in New Issue
Block a user