mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix free storage space
git-svn-id: http://www.observium.org/svn/observer/trunk@1620 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -65,7 +65,7 @@ while($drive = mysql_fetch_array($query)) {
|
||||
echo("<tr bgcolor='$row_colour'><td>" . generatedevicelink($drive) . "</td><td class=tablehead>" . $drive['storage_descr'] . "</td>
|
||||
<td><img src='$mini_graph'></td>
|
||||
<td>
|
||||
<a href='#' $store_popup>".print_percentage_bar (400, 20, $perc, "$used / $total", "ffffff", $left_background, formatStorage($free), "ffffff", $right_background)."</a>
|
||||
<a href='#' $store_popup>".print_percentage_bar (400, 20, $perc, "$used / $total", "ffffff", $left_background, $free, "ffffff", $right_background)."</a>
|
||||
</td><td>$perc"."%</td></tr>");
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user