From dbad242d2ae01707b39ae656ba14e0aec2e7e415 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 22 May 2013 18:06:34 +0200 Subject: host: servicetable is not sortable --- templates/host.html | 1 + 1 file changed, 1 insertion(+) 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(); }); //--> -- cgit v1.2.3-1-g7c22