forked from lix-project/hydra
Fix links to steps in the machines page
This commit is contained in:
parent
e9670641ec
commit
7ccec0900b
|
@ -191,7 +191,7 @@ sub machines :Local Args(0) {
|
|||
|
||||
$c->stash->{machines} = $machines;
|
||||
$c->stash->{steps} = dbh($c)->selectall_arrayref(
|
||||
"select build, stepnr, s.system as system, s.drvpath as drvpath, machine, s.starttime as starttime, project, jobset, job " .
|
||||
"select build, stepnr, s.system as system, s.drvpath as drvpath, machine, s.starttime as starttime, project, jobset, job, s.busy as busy " .
|
||||
"from BuildSteps s join Builds b on s.build = b.id " .
|
||||
"where busy != 0 order by machine, stepnr",
|
||||
{ Slice => {} });
|
||||
|
|
Loading…
Reference in a new issue