diff --git a/html/pages/health/memory.inc.php b/html/pages/health/memory.inc.php index a4388159b..4066a4b52 100644 --- a/html/pages/health/memory.inc.php +++ b/html/pages/health/memory.inc.php @@ -3,7 +3,7 @@ echo("
| ".generatedevicelink($proc)." | - -" . $text_descr . " | -- ".print_percentage_bar (400, 20, $perc, $perc."%", "ffffff", $left_background, (100 - $perc)."%" , "ffffff", $right_background)." - | -||
| ".generatedevicelink($proc)." | +" . $text_descr . " | ++ ".print_percentage_bar (400, 20, $perc, $perc."%", "ffffff", $left_background, (100 - $perc)."%" , "ffffff", $right_background).' | +||
| "); + echo(' | ||||
| ');
$daily_graph = "graph.php?id=" . $proc['processor_id'] . "&type=processor&from=$day&to=$now&width=211&height=100";
$daily_url = "graph.php?id=" . $proc['processor_id'] . "&type=processor&from=$day&to=$now&width=400&height=150";
@@ -57,15 +55,16 @@
$yearly_graph = "graph.php?id=" . $proc['processor_id'] . "&type=processor&from=$year&to=$now&width=211&height=100";
$yearly_url = "graph.php?id=" . $proc['processor_id'] . "&type=processor&from=$year&to=$now&width=400&height=150";
- echo("', LEFT);\" onmouseout=\"return nd();\">
- | ||||