aboutsummaryrefslogtreecommitdiffstats
path: root/web/js
diff options
context:
space:
mode:
authorroot <root@colazero.tele.tg18.gathering.org>2018-03-21 13:53:50 +0100
committerroot <root@colazero.tele.tg18.gathering.org>2018-03-21 13:53:50 +0100
commit227cc8ee0c4640d4e8eb63bde2f8742ea7199a81 (patch)
tree4b6a3308e9573a39f3f848bc1685dbd9faec67ac /web/js
parent5abf053bac220b49539104bfa63805fd0829ca45 (diff)
Make health-map default
Diffstat (limited to 'web/js')
-rw-r--r--web/js/nms.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/js/nms.js b/web/js/nms.js
index edb18b2..5421f2f 100644
--- a/web/js/nms.js
+++ b/web/js/nms.js
@@ -427,7 +427,7 @@ function detectHandler() {
}
}
}
- setUpdater(handler_ping);
+ setUpdater(handler_health);
}
function getUrlVars() {
@@ -462,7 +462,7 @@ function setMapModeFromN(e,key)
{
switch(key) {
case '1':
- setUpdater(handler_ping);
+ setUpdater(handler_health);
break;
case '2':
setUpdater(handler_uplinks);
@@ -471,7 +471,7 @@ function setMapModeFromN(e,key)
setUpdater(handler_dhcp);
break;
case '4':
- setUpdater(handler_health);
+ setUpdater(handler_ping);
break;
case '5':
setUpdater(handler_temp);