mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix for JT frontpage (port -> id)
git-svn-id: http://www.observium.org/svn/observer/trunk@1696 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -221,11 +221,11 @@ if($_SESSION['userlevel'] >= '5')
|
|||||||
if($ports['wave_broadband']) {
|
if($ports['wave_broadband']) {
|
||||||
echo("<div style='width: 235px; float: left;'>
|
echo("<div style='width: 235px; float: left;'>
|
||||||
<a onmouseover=\"return overlib('\
|
<a onmouseover=\"return overlib('\
|
||||||
<img src=\'graph.php?type=port_bits&port=".$ports['wave_broadband']."&from=".$day."&to=".$now."&width=400&height=150&inverse=1&legend=1\'>\
|
<img src=\'graph.php?type=port_bits&id=".$ports['wave_broadband']."&from=".$day."&to=".$now."&width=400&height=150&inverse=1&legend=1\'>\
|
||||||
<img src=\'graph.php?type=port_bits&port=".$ports['wave_broadband']."&from=".$week."&to=".$now."&width=400&height=150&inverse=1&legend=1\'>\
|
<img src=\'graph.php?type=port_bits&id=".$ports['wave_broadband']."&from=".$week."&to=".$now."&width=400&height=150&inverse=1&legend=1\'>\
|
||||||
', LEFT, FGCOLOR, '#e5e5e5', BGCOLOR, '#e5e5e5', WIDTH, 400, HEIGHT, 150);\" onmouseout=\"return nd();\" >". "
|
', LEFT, FGCOLOR, '#e5e5e5', BGCOLOR, '#e5e5e5', WIDTH, 400, HEIGHT, 150);\" onmouseout=\"return nd();\" >". "
|
||||||
<div style='font-size: 16px; font-weight: bold; color: #555555;'>Wave Broadband</div>".
|
<div style='font-size: 16px; font-weight: bold; color: #555555;'>Wave Broadband</div>".
|
||||||
"<img src='graph.php?type=port_bits&port=".$ports['wave_broadband']."&from=".$day."&to=".$now."&width=155&height=100&inverse=1&legend=no'></a></div>");
|
"<img src='graph.php?type=port_bits&id=".$ports['wave_broadband']."&from=".$day."&to=".$now."&width=155&height=100&inverse=1&legend=no'></a></div>");
|
||||||
}
|
}
|
||||||
|
|
||||||
echo("</div>");
|
echo("</div>");
|
||||||
|
Reference in New Issue
Block a user