From 55148e1e558d6f0bc97bc8f6bc2933652ca2468d Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Thu, 30 Jun 2016 14:04:36 +0200 Subject: Add serial numbers (cisco) and fix snmp view No longer updates SNMP view when you're looking at it. --- web/js/nms-info-box.js | 1 - 1 file changed, 1 deletion(-) (limited to 'web/js/nms-info-box.js') diff --git a/web/js/nms-info-box.js b/web/js/nms-info-box.js index c985e42..90ba12f 100644 --- a/web/js/nms-info-box.js +++ b/web/js/nms-info-box.js @@ -526,7 +526,6 @@ var nmsInfoPanel = function nmsInfoPanel(name,id) { var switchSNMPPanel = function () { nmsInfoPanel.call(this,"switchSNMP"); this.init = function() { - this.addHandler("snmp"); this.refresh(); }; this.refresh = function(reason) { -- cgit v1.2.3