From 1cc733abf69cae25bfb3d7015884a95428e0f849 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Thu, 30 Jun 2016 08:14:38 +0200 Subject: Add DHCP-based client counter in front-end --- web/js/nms.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web/js/nms.js') diff --git a/web/js/nms.js b/web/js/nms.js index 9727c09..dc9ba96 100644 --- a/web/js/nms.js +++ b/web/js/nms.js @@ -398,6 +398,7 @@ function initNMS() { detectHandler(); setupKeyhandler(); nmsSearch.init(); + nmsDhcp.init(); } function detectHandler() { -- cgit v1.2.3