From d03ee4217ef71854fd93c3e854755c1ff500840f Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Wed, 13 Apr 2011 14:12:57 +0000 Subject: [PATCH] fix health dropdown links for fanspeed, voltage and frequency git-svn-id: http://www.observium.org/svn/observer/trunk@2076 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/print-menubar.php | 8 ++++---- html/pages/health.inc.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 2062fd620e..887520700e 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -210,12 +210,12 @@ if ($deleted_ports) { echo('
  • Memory
  • Storage

  • -
  • Temperatures
  • +
  • Temperatures
  • Humidity
  • -
  • Fans
  • +
  • Fans

  • -
  • Voltages
  • -
  • Frequencies
  • +
  • Voltages
  • +
  • Frequencies
  • Current
  • diff --git a/html/pages/health.inc.php b/html/pages/health.inc.php index 873f9ec4a9..5a04495708 100644 --- a/html/pages/health.inc.php +++ b/html/pages/health.inc.php @@ -9,7 +9,7 @@ $type_text['mempool'] = "Memory"; $type_text['storage'] = "Disk Usage"; $type_text['diskio'] = "Disk I/O"; $type_text['processor'] = "Processor"; -$type_text['voltage'] = "Voltages"; +$type_text['voltage'] = "Voltage"; $type_text['fanspeed'] = "Fanspeed"; $type_text['frequency'] = "Frequency"; $type_text['current'] = "Current";