- 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:
Geert Hauwaerts
2011-03-19 01:43:13 +00:00
parent 6ce38e5229
commit 0e9023d009
6 changed files with 501 additions and 7 deletions

View File

@@ -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>");
?>
?>