Github user revans2 commented on a diff in the pull request:
https://github.com/apache/incubator-storm/pull/61#discussion_r11351395
--- Diff: storm-core/src/clj/backtype/storm/ui/core.clj ---
@@ -155,8 +156,8 @@
(reduce +))]
(table [{:text "Version" :attr {:class "tip right"
:title (:version tips)}}
- {:text "Nimbus uptime" :attr {:class "tip right"
- :title (:nimbus-uptime tips)}}
+ {:text "Nimbus leader uptime" :attr {:class "tip right"
+ :title (:nimbus-leader-uptime
tips)}}
--- End diff --
Please actually define an entry in tips for ':nimbus-leader-uptime'
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---