-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14074/
-----------------------------------------------------------
(Updated Sept. 11, 2013, 1:40 a.m.)
Review request for mesos and Ben Mahler.
Bugs: MESOS-650
https://issues.apache.org/jira/browse/MESOS-650
Repository: mesos-git
Description
-------
Hid links to dead slaves to prevent dead links.
If a slave is gone, the framework page will print "Slave gone" in place
of the links to the slave's UI. The links would previously fail in
redirection and return the user to the Mesos root page, which is
unpleasant.
Fixes: https://issues.apache.org/jira/browse/MESOS-650
Diffs
-----
src/webui/master/static/framework.html
1973cbed6759d0f007816377319a17c7e91a182d
Diff: https://reviews.apache.org/r/14074/diff/
Testing (updated)
-------
Ran tasks on a slave, killed the slave, and rendered the framework page. The
links were replaced with "Slave gone".
Thanks,
Ross Allen