mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
cosmetic fixes
git-svn-id: http://www.observium.org/svn/observer/trunk@2074 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -93,9 +93,9 @@ if (mysql_result(mysql_query("SELECT count(*) FROM mac_accounting WHERE interfac
|
||||
if ($_GET['optb'] == "macaccounting" && $_GET['optc'] == "bits" && $_GET['optd'] == "thumbs") { echo("</span>"); }
|
||||
echo('|');
|
||||
if ($_GET['optb'] == "macaccounting" && $_GET['optc'] == "bits" && $_GET['optd'] == "top10") { echo("<span class='pagemenu-selected'>"); }
|
||||
echo("<a href='".$config['base_url']."/device/" . $device['device_id'] . "/port/".$interface['interface_id']."/macaccounting/bits/top10/'>Top10</a>)");
|
||||
echo("<a href='".$config['base_url']."/device/" . $device['device_id'] . "/port/".$interface['interface_id']."/macaccounting/bits/top10/'>Top10</a>");
|
||||
if ($_GET['optb'] == "macaccounting" && $_GET['optc'] == "bits" && $_GET['optd'] == "top10") { echo("</span>"); }
|
||||
echo(" | ");
|
||||
echo(") | ");
|
||||
if ($_GET['optb'] == "macaccounting" && $_GET['optc'] == "pkts" && !$_GET['optd']) { echo("<span class='pagemenu-selected'>"); }
|
||||
echo("<a href='".$config['base_url']."/device/" . $device['device_id'] . "/port/".$interface['interface_id']."/macaccounting/pkts/'>Packets</a>");
|
||||
if ($_GET['optb'] == "macaccounting" && $_GET['optc'] == "pkts" && !$_GET['optd']) { echo("</span>"); }
|
||||
|
@@ -26,7 +26,7 @@ foreach ($menu_options as $option => $text)
|
||||
|
||||
unset($sep);
|
||||
|
||||
echo('Graphs: ');
|
||||
echo(' | Graphs: ');
|
||||
|
||||
$graph_types = array("bits" => "Bits",
|
||||
"upkts" => "Unicast Packets",
|
||||
|
Reference in New Issue
Block a user