aboutsummaryrefslogtreecommitdiffstats
path: root/web/js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js')
-rw-r--r--web/js/nms.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/js/nms.js b/web/js/nms.js
index e9b83c9..0422f00 100644
--- a/web/js/nms.js
+++ b/web/js/nms.js
@@ -504,6 +504,9 @@ function setMapModeFromN(e,key)
setUpdater(handler_snmp);
break;
case '9':
+ setUpdater(handler_cpu);
+ break;
+ case '0':
setUpdater(handler_disco);
break;
}