summaryrefslogtreecommitdiff
path: root/yaksh/templates
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/templates')
-rw-r--r--yaksh/templates/yaksh/monitor.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/yaksh/templates/yaksh/monitor.html b/yaksh/templates/yaksh/monitor.html
index 0ad6401..b84f050 100644
--- a/yaksh/templates/yaksh/monitor.html
+++ b/yaksh/templates/yaksh/monitor.html
@@ -11,10 +11,10 @@
<script type="text/javascript">
$(document).ready(function()
{
- $("#result-table").tablesorter();
- }
-);
+ $("#result-table").tablesorter({sortList: [[5,1]]});
+ });
</script>
+
{% endblock %}