mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 00:24:21 +02:00
Docs + some variable changes
This commit is contained in:
@@ -306,7 +306,7 @@ $config['graph_colours']['purples'] = array(
|
||||
$config['graph_colours']['default'] = $config['graph_colours']['blues'];
|
||||
|
||||
// Map colors
|
||||
$config['map_legend'] = array(
|
||||
$config['network_map_legend'] = array(
|
||||
'0' => '#aeaeae',
|
||||
'10' => '#79847e',
|
||||
'20' => '#97ffca',
|
||||
@@ -319,7 +319,7 @@ $config['map_legend'] = array(
|
||||
'90' => '#ff6600',
|
||||
'100' => '#ff0000',
|
||||
);
|
||||
$config['map_items'] = array('xdp','mac');
|
||||
$config['network_map_items'] = array('xdp','mac');
|
||||
|
||||
// Device page options
|
||||
$config['show_overview_tab'] = true;
|
||||
|
||||
Reference in New Issue
Block a user