mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix
git-svn-id: http://www.observium.org/svn/observer/trunk@574 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -160,7 +160,7 @@ echo("<li><a href='?page=interfaces&status=0'><img src='images/16/link_error.png
|
||||
|
||||
<li><a class="menu2four" href="/storage/"><img src='images/16/database.png' border=0 align=absmiddle> Storage</a></li>
|
||||
|
||||
<!-- <li><a class="menu2four" href="?page=inventory"><img src='images/16/bricks.png' border=0 align=absmiddle> Inventory</a></li> -->
|
||||
<!-- <li><a class="menu2four" href="/inventory/"><img src='images/16/bricks.png' border=0 align=absmiddle> Inventory</a></li> -->
|
||||
|
||||
<?php
|
||||
|
||||
|
@@ -29,7 +29,7 @@ while($temp = mysql_fetch_array($query)) {
|
||||
|
||||
$weekly_temp = "graph.php?id=" . $temp['temp_id'] . "&type=temp&from=$week&to=$now&width=211&height=100";
|
||||
$temp_popup = "<a onmouseover=\"return overlib('<img src=\'$weekly_url\'>', LEFT);\" onmouseout=\"return nd();\">
|
||||
<img src='$weekly_temp' border=0></a> ";
|
||||
" . $temp['temp_descr'] . "</a>";
|
||||
|
||||
$temp_perc = $temp['temp_current'] / $temp['temp_limit'] * 100;
|
||||
$temp_colour = percent_colour($temp_perc);
|
||||
|
Reference in New Issue
Block a user