mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
- Fixed a href.
git-svn-id: http://www.observium.org/svn/observer/trunk@1159 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@ -31,7 +31,7 @@ if($_GET['optb'] == "graphs") { echo('<strong>');
|
||||
} else {
|
||||
echo('<img src="images/icons/greyscale/graphs.png" class="optionicon" />');
|
||||
}
|
||||
echo('<a href="http://demo.observernms.org/health/'. $_GET['opta'].'/graphs/"> Graphs</a>');
|
||||
echo('<a href="health/'. $_GET['opta'].'/graphs/"> Graphs</a>');
|
||||
if($_GET['optb'] == "graphs") { echo('</strong>'); }
|
||||
echo(' | ');
|
||||
if($_GET['optb'] == "nographs") { echo('<strong>');
|
||||
@ -39,7 +39,7 @@ if($_GET['optb'] == "nographs") { echo('<strong>');
|
||||
} else {
|
||||
echo('<img src="images/icons/greyscale/nographs.png" class="optionicon" />');
|
||||
}
|
||||
echo('<a href="http://demo.observernms.org/health/'. $_GET['opta'].'/nographs/"> No Graphs</a>');
|
||||
echo('<a href="health/'. $_GET['opta'].'/nographs/"> No Graphs</a>');
|
||||
if($_GET['optb'] == "nographs") { echo('</strong>'); }
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user