mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
improve mac accounting (why was it in port? am i mental?)
git-svn-id: http://www.observium.org/svn/observer/trunk@2201 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -154,9 +154,9 @@ if ($_GET['optd'] == "top10")
|
||||
|
||||
if ($_GET['optc'])
|
||||
{
|
||||
$graph_type = "port_mac_acc_" . $_GET['optc'];
|
||||
$graph_type = "macaccounting_" . $_GET['optc'];
|
||||
} else {
|
||||
$graph_type = "port_mac_acc_bits";
|
||||
$graph_type = "macaccounting_bits";
|
||||
}
|
||||
|
||||
if ($_GET['optd'] == "thumbs")
|
||||
|
Reference in New Issue
Block a user