forked from lix-project/hydra
* Links on trs.
This commit is contained in:
parent
12dcf2d464
commit
d9507c304a
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
|
|
||||||
[% BLOCK renderBuildList %]
|
[% BLOCK renderBuildList %]
|
||||||
<table class="tablesorter">
|
<table class="buildList tablesorter">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
[% IF !hideResultInfo %]
|
[% IF !hideResultInfo %]
|
||||||
|
@ -38,7 +38,8 @@
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
[% FOREACH build IN builds -%]
|
[% FOREACH build IN builds -%]
|
||||||
<tr [% IF build.schedulingInfo.busy %]class="runningJob"[% END %] >
|
<tr [% IF build.schedulingInfo.busy %]class="runningJob"[% END %]
|
||||||
|
onclick="window.location = '[% c.uri_for('/build' build.id) %]'">
|
||||||
[% IF !hideResultInfo %]
|
[% IF !hideResultInfo %]
|
||||||
<td>
|
<td>
|
||||||
[% IF build.resultInfo.buildstatus == 0 %]
|
[% IF build.resultInfo.buildstatus == 0 %]
|
||||||
|
|
|
@ -29,6 +29,10 @@ table {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.buildList tr:hover {
|
||||||
|
background-color: #a0a0f0;
|
||||||
|
}
|
||||||
|
|
||||||
.layoutTable td, .layoutTable th {
|
.layoutTable td, .layoutTable th {
|
||||||
border-style: none;
|
border-style: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue