* hydra: remove excess layout

[?]
Feb 8, 2010, 2:05 PM
YZUQKPNJPFTPRYN5XYF3ZZSQ3QLNJD5APXYLULHNZHCUOVMNCNAAC

Dependencies

  • [2] ZI535LI6 * hydra: 'new' UI for project/jobset/job/build
  • [3] TW5ZQX5Z * Move up the build products in the builds page, since they're more
  • [4] MPVX6MKX * hydra: on build page, show tail of log on first tab when buildstatus == 1 (this specific build failed)
  • [*] J5UVLXOK * Start of a basic Catalyst web interface.

Change contents

  • replacement in src/root/build.tt at line 188
    [2.7020][2.7020:7108]()
    <pre class="buildlog">
    [% HTML.escape(build.resultInfo.errormsg) -%]
    </pre>
    [2.7020]
    [2.7108]
    <pre class="buildlog">[% HTML.escape(build.resultInfo.errormsg) -%]</pre>
  • replacement in src/root/build.tt at line 194
    [2.7181][2.7181:7248]()
    <pre class="buildlog">
    [% HTML.escape(logtext) -%]
    </pre>
    [2.7181]
    [2.7248]
    <pre class="buildlog">[% HTML.escape(logtext) -%]</pre>