> On July 17, 2013, 5:45 p.m., Ross Allen wrote: > > src/webui/master/static/controllers.js, line 581 > > <https://reviews.apache.org/r/12123/diff/1/?file=311293#file311293line581> > > > > The UI expects '$scope.framework' to be set so it can access > > 'framework.id', 'framework.name', and a few others. > > > > Can the completed frameworks be merged to create a reasonable state of > > this framework for the UI?
Yeah, I synced with benh on this one. We think a clean fix here is to remove the framework from 'completedFrameworks' when the framework re-registers. This change will need to happen in the Master. - Ben ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12123/#review23308 ----------------------------------------------------------- On June 26, 2013, 9:55 p.m., Brenden Matthews wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/12123/ > ----------------------------------------------------------- > > (Updated June 26, 2013, 9:55 p.m.) > > > Review request for mesos. > > > Repository: mesos > > > Description > ------- > > WebUI fix: list all framework tasks. > > > Diffs > ----- > > src/webui/master/static/controllers.js > f9d7c978fe4cf6d2fbb4d45990b277e44485f0cd > > Diff: https://reviews.apache.org/r/12123/diff/ > > > Testing > ------- > > Used in production at Airbnb. > > Tested by using. > > > Thanks, > > Brenden Matthews > >
