Remove the "There are evaluation errors!", instead emphasize the presence of the tab more

[?]
Apr 15, 2012, 4:17 PM
UXKPFRO2FV6XU4BIFPR3OEP5NGCQZIJ4JOPW4DZKXN7OKHZUK2LQC

Dependencies

  • [2] G4X5IUYJ Remove default logo, replaced by text for now. Hide template in jobset edit.
  • [3] ZI535LI6 * hydra: 'new' UI for project/jobset/job/build
  • [4] TJPIS3UP hydra: minor improvements in hydra ui
  • [5] Q4VDOA76 Replace last 5 builds on jobset page with last 5 evaluations. Moved hide/unhide and evaluate options to jobset topmenu.
  • [6] OEPUOUNB Using twitter bootstrap for more consistent looks for Hydra
  • [7] CVWQXYKM use newer icons consistently
  • [8] 3U3CXCDW Nicer link to the rest of the jobset evals
  • [*] ODNCGFQ5 * Improved the navigation bar: don't include all projects (since that

Change contents

  • replacement in src/root/jobset.tt at line 77
    [3.4907][3.4907:5022]()
    [% IF jobset.errormsg -%]<li><a href="#tabs-errors" data-toggle="tab">Evaluation errors</a></li>[% END %]
    [3.4907]
    [3.5022]
    [% IF jobset.errormsg -%]<li><a href="#tabs-errors" data-toggle="tab"><img src="/static/images/error_16.png" /> Evaluation errors</a></li>[% END %]
  • edit in src/root/jobset.tt at line 84
    [3.5335][3.499:539](),[3.20547][3.499:539](),[3.539][3.1304:1484](),[3.1484][3.718:898](),[3.718][3.718:898](),[3.898][2.81:88]()
    [% IF jobset.errormsg && !edit -%]
    <table class="layoutTable"><tr><td><img src="/static/images/error_16.png" /></td><td><a href="#tabs-errors" id="error-link">There are evaluation errors!</a></td></tr></table>
    <script type="text/javascript">
    $('#error-link').click(function() {
    $("#generic-tabs").tabs('select', 1);
    return false;
    });
    </script>
    [% END %]