mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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']) . " °C</td>
|
||||
<td>" . $temp['temp_limit'] . " °C</td>
|
||||
<td>" . $temp['temp_notes'] . "</td>
|
||||
</tr>\n");
|
||||
echo("<tr bgcolor=$row_colour><td colspan='4'>");
|
||||
|
||||
Reference in New Issue
Block a user