mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 16:26:55 +02:00
fix links and menu bar for health sensors
git-svn-id: http://www.observium.org/svn/observer/trunk@2513 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -65,14 +65,14 @@ if ($vars['view'] == "graphs")
|
||||
|
||||
echo(' | ');
|
||||
|
||||
if ($vars['view'] == "nographs")
|
||||
if ($vars['view'] != "graphs")
|
||||
{
|
||||
echo('<span class="pagemenu-selected">');
|
||||
}
|
||||
|
||||
echo(generate_link("No Graphs",$link_array,array('metric'=> $vars['metric'], 'view' => "detail")));
|
||||
|
||||
if ($vars['view'] == "nographs")
|
||||
if ($vars['view'] != "graphs")
|
||||
{
|
||||
echo('</span>');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user