mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 17:54:45 +02:00
Rename
This commit is contained in:
parent
a4fb9eea40
commit
93ec3bdfc4
@ -9,14 +9,18 @@ use App\Models\Server;
|
|||||||
use App\Models\User;
|
use App\Models\User;
|
||||||
use Filament\Pages\Page;
|
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 ?string $heading = '';
|
||||||
|
|
||||||
|
protected static ?string $title = 'Dashboard';
|
||||||
|
|
||||||
|
protected static ?string $slug = '/';
|
||||||
|
|
||||||
public string $activeTab = 'nodes';
|
public string $activeTab = 'nodes';
|
||||||
|
|
||||||
public function getViewData(): array
|
public function getViewData(): array
|
Loading…
x
Reference in New Issue
Block a user