mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
- Made tables sortable. For example storage, sort by disk utilization.
- To use add 'sortable' in the <table> class property. git-svn-id: http://www.observium.org/svn/observer/trunk@1931 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
</table>
|
||||
<?php print_optionbar_end(); ?>
|
||||
|
||||
<table cellpadding=3 cellspacing=0 class=devicetable width=100%>
|
||||
<table cellpadding=3 cellspacing=0 class="devicetable sortable" width=100%>
|
||||
|
||||
<?php
|
||||
|
||||
@@ -154,4 +154,4 @@ while ($interface = mysql_fetch_array($query))
|
||||
|
||||
echo("</table>");
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user