aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/nms.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/nms.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 0caac24..e1d9283 100644
--- a/web/js/nms.js
+++ b/web/js/nms.js
@@ -487,6 +487,9 @@ function setMapModeFromN(e,key)
setUpdater(handler_snmp);
break;
case '9':
+ setUpdater(handler_cpu);
+ break;
+ case '0':
setUpdater(handler_disco);
break;
}