mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Correct page title of /list/server/?disk and /list/server/?net
This commit is contained in:
parent
0ce0083fb7
commit
fed6815c64
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ if (isset($_GET['mem'])) {
|
|||
|
||||
// Disk info
|
||||
if (isset($_GET['disk'])) {
|
||||
$TAB = 'MEMORY';
|
||||
$TAB = 'DISK';
|
||||
include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/list_server_info.html');
|
||||
exec (VESTA_CMD.'v-list-sys-disk-status', $output, $return_var);
|
||||
foreach($output as $file) {
|
||||
|
@ -49,7 +49,7 @@ if (isset($_GET['disk'])) {
|
|||
|
||||
// Network info
|
||||
if (isset($_GET['net'])) {
|
||||
$TAB = 'MEMORY';
|
||||
$TAB = 'NETWORK';
|
||||
include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/list_server_info.html');
|
||||
exec (VESTA_CMD.'v-list-sys-network-status', $output, $return_var);
|
||||
foreach($output as $file) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue