aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/nms-map-handlers.js
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2016-05-28 18:19:08 +0200
committerKristian Lyngstol <kristian@bohemians.org>2016-05-28 18:19:08 +0200
commite9ca10ec32c7cd7054550b3b56e723d1d1fdd4a6 (patch)
tree60f936e0db793b830782dfe164c0bd42d432ec4c /web/js/nms-map-handlers.js
parent17a014b267696ff02c80ddd15d8e6105ff9fb8c4 (diff)
front: Tweak info-box looks/width
Makes it more snug and look the same all over
Diffstat (limited to 'web/js/nms-map-handlers.js')
-rw-r--r--web/js/nms-map-handlers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/nms-map-handlers.js b/web/js/nms-map-handlers.js
index 61a5a05..33c8ad8 100644
--- a/web/js/nms-map-handlers.js
+++ b/web/js/nms-map-handlers.js
@@ -606,7 +606,7 @@ function healthInfo(sw) {
}
}
worst.data = [{
- description: "Health (lower is better): ",
+ description: "Health (lower is better)",
value: worst.score + " (" + worst.why + ")"
}];
return worst;