mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
overview tab 2: the return. also config option to make it shoo.
git-svn-id: http://www.observium.org/svn/observer/trunk@934 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -24,14 +24,14 @@ echo("<div class=mainpane>");
|
|||||||
|
|
||||||
echo('<ul id="maintab" class="shadetabs">');
|
echo('<ul id="maintab" class="shadetabs">');
|
||||||
|
|
||||||
|
if($config['show_overview_tab']) {
|
||||||
#echo("
|
echo("
|
||||||
#<ul id='maintab' class='shadetabs'>
|
<li class=" . $select['overview'] . ">
|
||||||
#<li class=" . $select['overview'] . ">
|
<a href='".$config['base_url']."/device/" . $device['device_id'] . "/overview/'>
|
||||||
# <a href='".$config['base_url']."/device/" . $device['device_id'] . "/overview/'>
|
<img src='images/16/server_lightning.png' align=absmiddle border=0> Overview
|
||||||
# <img src='images/16/server_lightning.png' align=absmiddle border=0> Overview
|
</a>
|
||||||
# </a>
|
</li>");
|
||||||
#</li>");
|
}
|
||||||
|
|
||||||
echo('<li class="' . $select['graphs'] . '">
|
echo('<li class="' . $select['graphs'] . '">
|
||||||
<a href="'.$config['base_url'].'/device/' . $device['device_id'] . '/graphs/">
|
<a href="'.$config['base_url'].'/device/' . $device['device_id'] . '/graphs/">
|
||||||
|
|||||||
@@ -50,6 +50,10 @@ $config['graph_colours']['blues'] = array('A0A0E5','8080BD','606096','40406F',
|
|||||||
$config['graph_colours']['purples'] = array('CC7CCC','AF63AF','934A93','773177','5B185B','3F003F');
|
$config['graph_colours']['purples'] = array('CC7CCC','AF63AF','934A93','773177','5B185B','3F003F');
|
||||||
$config['graph_colours']['default'] = $config['graph_colours']['blues'];
|
$config['graph_colours']['default'] = $config['graph_colours']['blues'];
|
||||||
|
|
||||||
|
### Device page options
|
||||||
|
|
||||||
|
$config['show_overview_tab'] = true;
|
||||||
|
|
||||||
### The device overview page options
|
### The device overview page options
|
||||||
|
|
||||||
$config['overview_show_sysDescr'] = true;
|
$config['overview_show_sysDescr'] = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user