> On Sept. 30, 2014, 9:16 p.m., Niklas Nielsen wrote: > > src/webui/master/static/framework.html, lines 22-23 > > <https://reviews.apache.org/r/26125/diff/1/?file=707772#file707772line22> > > > > Will this be shown no matter if the framework announced a framework > > webui or not? Can we make it conditional like below?
The ng-show="framework.webui_url" attribute is a conditional, so both DOM elements won't be shown if the framework didn't announce a URL. - Tobi ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26125/#review55010 ----------------------------------------------------------- On Oct. 2, 2014, 12:19 a.m., Tobi Knaup wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/26125/ > ----------------------------------------------------------- > > (Updated Oct. 2, 2014, 12:19 a.m.) > > > Review request for mesos. > > > Bugs: MESOS-1828 > https://issues.apache.org/jira/browse/MESOS-1828 > > > Repository: mesos-git > > > Description > ------- > > Allows frameworks to register a URL to its web UI. > > > Diffs > ----- > > include/mesos/mesos.proto be45494 > src/master/http.cpp 41d91c8 > src/tests/master_tests.cpp 1497db2 > src/webui/master/static/framework.html f6cce02 > src/webui/master/static/frameworks.html b11d71a > > Diff: https://reviews.apache.org/r/26125/diff/ > > > Testing > ------- > > Connected a framework with and without webui_url set and checked the web ui. > > > Thanks, > > Tobi Knaup > >
