diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 542a73c3d..cf1e866f4 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -160,7 +160,7 @@ echo("
  • Storage
  • - + ', LEFT);\" onmouseout=\"return nd();\"> - "; + " . $temp['temp_descr'] . ""; $temp_perc = $temp['temp_current'] / $temp['temp_limit'] * 100; $temp_colour = percent_colour($temp_perc);