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',
|
||||
);
|
||||
|
||||
$graphs['os-updates'] = array('');
|
||||
$graphs['dhcp-stats'] = array('');
|
||||
$graphs['os-updates'] = array(
|
||||
'packages',
|
||||
);
|
||||
$graphs['dhcp-stats'] = array(
|
||||
'stats',
|
||||
);
|
||||
|
||||
print_optionbar_start();
|
||||
|
||||
|
Reference in New Issue
Block a user