From a0da062bdb18db9348bdb7eaa496d489e1efbe23 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Fri, 5 Feb 2010 22:16:46 +0000 Subject: [PATCH] add units to temperature health page git-svn-id: http://www.observium.org/svn/observer/trunk@767 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/device/health/temp.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/pages/device/health/temp.inc.php b/html/pages/device/health/temp.inc.php index 4a8f24f858..faa3a7516b 100644 --- a/html/pages/device/health/temp.inc.php +++ b/html/pages/device/health/temp.inc.php @@ -13,8 +13,8 @@ while($temp = mysql_fetch_array($query)) { echo(" " . $temp['temp_descr'] . " - " . print_temperature($temp['temp_current'], $temp['temp_limit']) . " - " . $temp['temp_limit'] . " + " . print_temperature($temp['temp_current'], $temp['temp_limit']) . " °C + " . $temp['temp_limit'] . " °C " . $temp['temp_notes'] . " \n"); echo("");