aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/nms.js
diff options
context:
space:
mode:
authorMagnus Kirø <magnuskiro@gmail.com>2018-03-28 11:43:58 +0200
committerMagnus Kirø <magnuskiro@gmail.com>2018-04-06 14:58:35 +0200
commitac6bfa0cdf2bd59b626279cd376fa9552da6b619 (patch)
treec8d00d4d95fd06bbd210d6fb78e6cf067622491f /web/js/nms.js
parent05e09f3b63269a48d1beb0dc9900b180101cec7f (diff)
Adding CPU map to key 9, moving disco to 0cpu-map-hotkey
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;
}