Merge pull request #3989 from crcro/apps-fix

fixes for general apps page
This commit is contained in:
Tony Murray
2016-08-08 15:04:58 -05:00
committed by GitHub
5 changed files with 8 additions and 4 deletions
+6 -2
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();
+1 -1
View File
@@ -3,7 +3,7 @@
global $config;
$graphs = array(
'dhcp-stats' => 'DHCP Stats',
'dhcp-stats_stats' => 'DHCP Stats',
);
foreach ($graphs as $key => $text) {
+1 -1
View File
@@ -3,7 +3,7 @@
global $config;
$graphs = array(
'os-updates' => 'OS updates',
'os-updates_packages' => 'OS updates',
);
foreach ($graphs as $key => $text) {