diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-28 03:20:27 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-28 03:20:27 +0200 |
commit | 392ad3284d9e686ee49b51565490d665ca7e4284 (patch) | |
tree | 11ee393eb179cbd62b77c29936d1983e53ec7982 /web/js/nms.js | |
parent | 6cab3bad114fd0806fd1d3feb562a53138c91708 (diff) |
front: More visual tweaks and tuneups
- Time in oplog is now localtime and properly padded (00:10, not 0:10)
- Health map instead of combo/aggregated
- Tweak the menu slightly
- Rotate and resize the random switch in guess_placement
Diffstat (limited to 'web/js/nms.js')
-rw-r--r-- | web/js/nms.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/nms.js b/web/js/nms.js index d76fa8f..eb0942a 100644 --- a/web/js/nms.js +++ b/web/js/nms.js @@ -650,7 +650,7 @@ function setMapModeFromN(e,key) setUpdater(handler_dhcp); break; case '4': - setUpdater(handler_combo); + setUpdater(handler_health); break; case '5': setUpdater(handler_temp); |