From 392ad3284d9e686ee49b51565490d665ca7e4284 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Sat, 28 May 2016 03:20:27 +0200 Subject: 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 --- web/js/nms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/js/nms.js') 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); -- cgit v1.2.3