mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Sortable temperatures.
git-svn-id: http://www.observium.org/svn/observer/trunk@1932 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@ -12,7 +12,7 @@ if ($_SESSION['userlevel'] >= '5')
|
||||
|
||||
$query = mysql_query($sql);
|
||||
|
||||
echo('<table cellspacing="0" cellpadding="6" width="100%">');
|
||||
echo('<table cellspacing="0" cellpadding="6" width="100%" class="sortable">');
|
||||
|
||||
echo('<tr class=tablehead>
|
||||
<th width="280">Device</th>
|
||||
@ -92,4 +92,4 @@ while ($sensor = mysql_fetch_array($query))
|
||||
|
||||
echo("</table>");
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user