Put job status on a separate tab

Also, show the "last checked time" on the initial tab.
This commit is contained in:
Eelco Dolstra
2013-02-21 13:30:14 +01:00
parent 5099375549
commit dd5eb51a84
2 changed files with 23 additions and 15 deletions

View File

@ -49,7 +49,7 @@ sub jobsetIndex {
}
}
$c->stash->{evals} = getEvals($self, $c, 0, 5);
$c->stash->{evals} = getEvals($self, $c, 0, 10);
$c->stash->{systems} =
[ $c->stash->{jobset}->builds->search({ iscurrent => 1 }, { select => ["system"], distinct => 1, order_by => "system" }) ];