mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-25 09:00:27 +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'=>[
|
'Server Management'=>[
|
||||||
// 'title'=>'Server Management',
|
'title'=>'Server Management',
|
||||||
// 'icon'=>'heroicon-o-server',
|
'icon'=>'heroicon-o-server',
|
||||||
// 'links'=> [
|
'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',
|
// 'title'=>'Server Information',
|
||||||
// 'icon'=>'heroicon-o-information-circle',
|
// 'icon'=>'heroicon-o-information-circle',
|
||||||
|
@ -105,8 +117,8 @@ class Settings extends Page
|
||||||
// 'icon'=>'heroicon-o-cloud-upload',
|
// 'icon'=>'heroicon-o-cloud-upload',
|
||||||
// 'url'=>''
|
// 'url'=>''
|
||||||
// ],
|
// ],
|
||||||
// ]
|
]
|
||||||
// ],
|
],
|
||||||
'Statistics'=> [
|
'Statistics'=> [
|
||||||
'title'=>'Statistics',
|
'title'=>'Statistics',
|
||||||
'icon'=>'heroicon-o-chart-bar',
|
'icon'=>'heroicon-o-chart-bar',
|
||||||
|
|
Loading…
Reference in a new issue