fixes for general apps page

This commit is contained in:
crcro 2016-08-07 06:24:34 +03:00
parent f1268848b0
commit a2e7726cd0
5 changed files with 8 additions and 4 deletions

View File

@ -76,8 +76,12 @@ $graphs['nfs-v3-stats'] = array(
'rpc',
);
$graphs['os-updates'] = array('');
$graphs['dhcp-stats'] = array('');
$graphs['os-updates'] = array(
'packages',
);
$graphs['dhcp-stats'] = array(
'stats',
);
print_optionbar_start();

View File

@ -3,7 +3,7 @@
global $config;
$graphs = array(
'dhcp-stats' => 'DHCP Stats',
'dhcp-stats_stats' => 'DHCP Stats',
);
foreach ($graphs as $key => $text) {

View File

@ -3,7 +3,7 @@
global $config;
$graphs = array(
'os-updates' => 'OS updates',
'os-updates_packages' => 'OS updates',
);
foreach ($graphs as $key => $text) {