diff --git a/html/css/styles.css b/html/css/styles.css index 4192a7b28..9400c62b3 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -828,3 +828,7 @@ color: #cc0000; float: left; } +.optionicon { + vertical-align:middle; + margin-top: -4px +} diff --git a/html/images/icons/cpuload.png b/html/images/icons/cpuload.png deleted file mode 100644 index 8734e777a..000000000 Binary files a/html/images/icons/cpuload.png and /dev/null differ diff --git a/html/images/icons/fans.png b/html/images/icons/fanspeeds.png similarity index 100% rename from html/images/icons/fans.png rename to html/images/icons/fanspeeds.png diff --git a/html/images/icons/graphs.png b/html/images/icons/graphs.png new file mode 100644 index 000000000..85bc6238a Binary files /dev/null and b/html/images/icons/graphs.png differ diff --git a/html/images/icons/memory.png b/html/images/icons/memory.png new file mode 100644 index 000000000..c4ecc836a Binary files /dev/null and b/html/images/icons/memory.png differ diff --git a/html/images/icons/mempool.png b/html/images/icons/mempool.png deleted file mode 100644 index 958d85abf..000000000 Binary files a/html/images/icons/mempool.png and /dev/null differ diff --git a/html/images/icons/nographs.png b/html/images/icons/nographs.png new file mode 100644 index 000000000..91e45429a Binary files /dev/null and b/html/images/icons/nographs.png differ diff --git a/html/images/icons/processors.png b/html/images/icons/processors.png new file mode 100644 index 000000000..5f5b9e8b6 Binary files /dev/null and b/html/images/icons/processors.png differ diff --git a/html/images/icons/temperature.png b/html/images/icons/temperatures.png similarity index 100% rename from html/images/icons/temperature.png rename to html/images/icons/temperatures.png diff --git a/html/includes/functions.inc.php b/html/includes/functions.inc.php index b94853516..056f52494 100644 --- a/html/includes/functions.inc.php +++ b/html/includes/functions.inc.php @@ -172,7 +172,7 @@ function generate_port_thumbnail($args) function print_optionbar_start ($height = 20, $width = 0) { echo(" -
+
diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 6010549eb..b564a3cfa 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -177,8 +177,8 @@ echo('
  • Processors
  • -
  • Memory
  • +
  • Processors
  • +
  • Memory
  • Storage

  • Temperatures
  • diff --git a/html/pages/health.php b/html/pages/health.php index 32787a06f..794f81e56 100644 --- a/html/pages/health.php +++ b/html/pages/health.php @@ -1,27 +1,42 @@ "); } - echo(" " . $texttype ."\n"); + echo(''); + echo(" " . $texttype ."\n"); if ($_GET['opta'] == $type) { echo(""); } $sep = ' | '; } unset ($sep); +echo('
    '); + +if($_GET['optb'] == "graphs") { echo(''); } +echo(''); +echo(' Graphs'); +if($_GET['optb'] == "graphs") { echo(''); } +echo(' | '); +if($_GET['optb'] == "nographs") { echo(''); } +echo(''); +echo(' No Graphs'); +if($_GET['optb'] == "nographs") { echo(''); } + + +echo('
    '); + print_optionbar_end(); - - switch ($_GET['opta']) { case 'processors':