* Make build steps clickable as well.
[?]
Nov 27, 2008, 10:04 AM
L7LFU6IQA7XLRG67U34INTUSYIWP66LFFJE43J6S3GMMQHXXFKRACDependencies
- [2]
4S4ZMFJK* Links on trs. - [3]
HJLYC753* Adding input value alternatives. - [4]
AS5PAYLI - [5]
S66BOMVU* Added authentication. - [6]
JLDUSNUO* Unify rendering of finished and scheduled builds. - [7]
CLJQCY2X* Store info about all the build actions and allow them to be - [8]
LQNBKF3D - [*]
J5UVLXOK* Start of a basic Catalyst web interface. - [*]
IK53RV4V
Change contents
- replacement in src/Hydra/root/build.tt at line 173
<tr><tr class="[% IF step.logfile %]clickable[% END %]"[% IF step.logfile %] onclick="window.location = '[% c.uri_for('/nixlog' build.id step.stepnr) %]'" [% END %]> - replacement in src/Hydra/root/common.tt at line 41
<tr [% IF build.schedulingInfo.busy %]class="runningJob"[% END %]<tr class="clickable [% IF build.schedulingInfo.busy %]runningJob[% END %]" - replacement in src/Hydra/root/static/css/hydra.css at line 32
table.buildList tr:hover {tr.clickable:hover { - edit in src/Hydra/root/static/css/hydra.css at line 34
cursor: pointer;