diff --git a/html/images/icons/greyscale/overview.png b/html/images/icons/greyscale/overview.png new file mode 100644 index 0000000000..88e67645bd Binary files /dev/null and b/html/images/icons/greyscale/overview.png differ diff --git a/html/images/icons/overview.png b/html/images/icons/overview.png new file mode 100644 index 0000000000..d22fde8ba4 Binary files /dev/null and b/html/images/icons/overview.png differ diff --git a/html/includes/graphs/storage.inc.php b/html/includes/graphs/storage.inc.php index 6b0f483a9c..c56c195d62 100644 --- a/html/includes/graphs/storage.inc.php +++ b/html/includes/graphs/storage.inc.php @@ -22,6 +22,7 @@ $rrd_options .= " -b 1024"; $rrd_options .= " DEF:$storage[storage_id]free=$rrd:free:AVERAGE"; $rrd_options .= " CDEF:$storage[storage_id]size=$storage[storage_id]used,$storage[storage_id]free,+"; $rrd_options .= " CDEF:$storage[storage_id]perc=$storage[storage_id]used,$storage[storage_id]size,/,100,*"; + $rrd_options .= " LINE1.25:$storage[storage_id]perc#" . $colour . ":'$descr'"; $rrd_options .= " GPRINT:$storage[storage_id]size:LAST:%6.2lf%sB"; $rrd_options .= " GPRINT:$storage[storage_id]free:LAST:%6.2lf%sB"; diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index f0d5fa7122..e060ffb50e 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -23,10 +23,9 @@