aboutsummaryrefslogtreecommitdiffstats
path: root/web/js
diff options
context:
space:
mode:
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);