diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-28 18:19:08 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-28 18:19:08 +0200 |
commit | e9ca10ec32c7cd7054550b3b56e723d1d1fdd4a6 (patch) | |
tree | 60f936e0db793b830782dfe164c0bd42d432ec4c /web/js/nms-map-handlers.js | |
parent | 17a014b267696ff02c80ddd15d8e6105ff9fb8c4 (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.js | 2 |
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; |