summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>