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'>
|
||||
#<li class=" . $select['overview'] . ">
|
||||
# <a href='".$config['base_url']."/device/" . $device['device_id'] . "/overview/'>
|
||||
# <img src='images/16/server_lightning.png' align=absmiddle border=0> Overview
|
||||
# </a>
|
||||
#</li>");
|
||||
if($config['show_overview_tab']) {
|
||||
echo("
|
||||
<li class=" . $select['overview'] . ">
|
||||
<a href='".$config['base_url']."/device/" . $device['device_id'] . "/overview/'>
|
||||
<img src='images/16/server_lightning.png' align=absmiddle border=0> Overview
|
||||
</a>
|
||||
</li>");
|
||||
}
|
||||
|
||||
echo('<li class="' . $select['graphs'] . '">
|
||||
<a href="'.$config['base_url'].'/device/' . $device['device_id'] . '/graphs/">
|
||||
|
||||
Reference in New Issue
Block a user