Add an action menu to evaluations
[?]
Oct 2, 2013, 11:34 PM
6HWHYPSW4Y2QBY3OWAJYEOOVICFFIWSL5OEAU2ZMLD3H4NXXKBOACDependencies
- [2]
T2LI6BMHRevive release button on eval page - [3]
2P7VNAACMove common Javascript code into a separate file - [4]
4QCXGR4WTabify the eval page - [5]
U4TD3AIQAdd support for viewing jobset evaluations - [*]
W74RIXTJShow inputs and input changes on the jobset eval page
Change contents
- edit in src/root/jobset-eval.tt at line 35
[% IF c.user_exists %]<a class="btn btn-warning pull-right" href="[% c.uri_for(c.controller('JobsetEval').action_for('release'), [eval.id]) %]">Release this evaluation</a>[% END %] - edit in src/root/jobset-eval.tt at line 37[7.1536][3.342]
[% IF c.user_exists %]<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Actions<b class="caret"></b></a><ul class="dropdown-menu"><li><a href="[% c.uri_for(c.controller('JobsetEval').action_for('release'), [eval.id]) %]">Create a release from this evaluation</a></li></ul></li>[% END %] - replacement in src/root/static/js/common.js at line 61
$("a", $("li", this).first()).tab('show');$("a", $(this).children("li:not(.dropdown)").first()).tab('show');