summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-05-22 18:06:34 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-05-22 18:06:34 +0200
commitdbad242d2ae01707b39ae656ba14e0aec2e7e415 (patch)
tree91bc571a2796ad48a40e033e261c70c301d1bef9
parent46c5cb879f88fc89a5a687590ce3ec62cdf0acea (diff)
downloadwww-dbad242d2ae01707b39ae656ba14e0aec2e7e415.tar.gz
www-dbad242d2ae01707b39ae656ba14e0aec2e7e415.tar.bz2
www-dbad242d2ae01707b39ae656ba14e0aec2e7e415.zip
host: servicetable is not sortable
-rw-r--r--templates/host.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/host.html b/templates/host.html
index 99f76b7..7ce1489 100644
--- a/templates/host.html
+++ b/templates/host.html
@@ -123,6 +123,7 @@
$(function() {
// force column "IP" to text (ips sometimes are parsed as digits)
$("table#portstable").tablesorter({ headers: { 1: { sorter:'text' } } });
+ $("table#servicetable").tablesorter();
});
//-->
</script>