add units to temperature health page

git-svn-id: http://www.observium.org/svn/observer/trunk@767 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-02-05 22:16:46 +00:00
parent f6d86742fa
commit a0da062bdb
+2 -2
View File
@@ -13,8 +13,8 @@ while($temp = mysql_fetch_array($query)) {
echo("<tr class=list-large style=\"background-color: $row_colour; padding: 5px;\">
<td width=350>" . $temp['temp_descr'] . "</td>
<td>" . print_temperature($temp['temp_current'], $temp['temp_limit']) . "</td>
<td>" . $temp['temp_limit'] . "</td>
<td>" . print_temperature($temp['temp_current'], $temp['temp_limit']) . " &deg;C</td>
<td>" . $temp['temp_limit'] . " &deg;C</td>
<td>" . $temp['temp_notes'] . "</td>
</tr>\n");
echo("<tr bgcolor=$row_colour><td colspan='4'>");