mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
updates from sid3windr
git-svn-id: http://www.observium.org/svn/observer/trunk@572 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -19,8 +19,12 @@ echo("<table cellpadding=7 cellspacing=0 class=devicetable width=100%>");
|
||||
}
|
||||
unset($seperator);
|
||||
|
||||
$types_array = explode(',',$_GET['opta']);
|
||||
for ($i = 0; $i < count($types_array);$i++) $types_array[$i] = ucfirst($types_array[$i]);
|
||||
$types = implode(' + ',$types_array);
|
||||
|
||||
echo("<tr bgcolor='$bg'>
|
||||
<td><span class=list-large>Total Graph for interfaces of type : ".$_GET['opta']."</span></td></tr>");
|
||||
<td><span class=list-large>Total Graph for interfaces of type : ".$types."</span></td></tr>");
|
||||
|
||||
echo("<tr bgcolor='$bg'><td>");
|
||||
$graph_type = "multi_bits";
|
||||
|
||||
Reference in New Issue
Block a user