Github user bmahler commented on the issue:
https://github.com/apache/mesos/pull/233
Thanks janisz, this looks pretty good. However, this needs to be added to
several places:
- The global tasks table (you covered this)
- The framework-specific task table (when clicking into a framework)
- The executor-specific task table within an agent (when clicking into an
agent, then a framework, then an executor)
I'm also a bit curious about whether it's a good idea to re-use the health
string as a class, since it seems easy to break vs only specifying the display
string in the html page.
Will you be able to continue working on this?
---