mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fixes for general apps page
This commit is contained in:
@@ -76,8 +76,12 @@ $graphs['nfs-v3-stats'] = array(
|
|||||||
'rpc',
|
'rpc',
|
||||||
);
|
);
|
||||||
|
|
||||||
$graphs['os-updates'] = array('');
|
$graphs['os-updates'] = array(
|
||||||
$graphs['dhcp-stats'] = array('');
|
'packages',
|
||||||
|
);
|
||||||
|
$graphs['dhcp-stats'] = array(
|
||||||
|
'stats',
|
||||||
|
);
|
||||||
|
|
||||||
print_optionbar_start();
|
print_optionbar_start();
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
global $config;
|
global $config;
|
||||||
|
|
||||||
$graphs = array(
|
$graphs = array(
|
||||||
'dhcp-stats' => 'DHCP Stats',
|
'dhcp-stats_stats' => 'DHCP Stats',
|
||||||
);
|
);
|
||||||
|
|
||||||
foreach ($graphs as $key => $text) {
|
foreach ($graphs as $key => $text) {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
global $config;
|
global $config;
|
||||||
|
|
||||||
$graphs = array(
|
$graphs = array(
|
||||||
'os-updates' => 'OS updates',
|
'os-updates_packages' => 'OS updates',
|
||||||
);
|
);
|
||||||
|
|
||||||
foreach ($graphs as $key => $text) {
|
foreach ($graphs as $key => $text) {
|
||||||
|
|||||||
Reference in New Issue
Block a user