mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update Settings.php
This commit is contained in:
parent
2c7bae7858
commit
046630bb23
1 changed files with 18 additions and 6 deletions
|
@ -76,10 +76,22 @@ class Settings extends Page
|
|||
],
|
||||
]
|
||||
],
|
||||
// 'Server Management'=>[
|
||||
// 'title'=>'Server Management',
|
||||
// 'icon'=>'heroicon-o-server',
|
||||
// 'links'=> [
|
||||
'Server Management'=>[
|
||||
'title'=>'Server Management',
|
||||
'icon'=>'heroicon-o-server',
|
||||
'links'=> [
|
||||
|
||||
[
|
||||
'title'=>'PHP Info',
|
||||
'icon'=>'heroicon-o-information-circle',
|
||||
'url'=> route('filament.admin.pages.php-info')
|
||||
],
|
||||
[
|
||||
'title'=>'PHP Installer',
|
||||
'icon'=>'heroicon-o-cog',
|
||||
'url'=> route('filament.admin.pages.php-installer')
|
||||
]
|
||||
|
||||
// [
|
||||
// 'title'=>'Server Information',
|
||||
// 'icon'=>'heroicon-o-information-circle',
|
||||
|
@ -105,8 +117,8 @@ class Settings extends Page
|
|||
// 'icon'=>'heroicon-o-cloud-upload',
|
||||
// 'url'=>''
|
||||
// ],
|
||||
// ]
|
||||
// ],
|
||||
]
|
||||
],
|
||||
'Statistics'=> [
|
||||
'title'=>'Statistics',
|
||||
'icon'=>'heroicon-o-chart-bar',
|
||||
|
|
Loading…
Reference in a new issue