Jobset page: Add a new tab to show job status in a matrix

This commit is contained in:
Eelco Dolstra
2013-08-28 17:40:50 +02:00
parent 82e073d043
commit 410060ec8a
5 changed files with 105 additions and 19 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ sub overview : Chained('job') PathPart('') Args(0) {
foreach my $b (@constituents) {
my $jobName = $b->get_column('job');
$aggregates->{$b->get_column('aggregate')}->{constituents}->{$jobName} =
{ id => $b->id, finished => $b->finished, buildstatus => $b->buildstatus};
{ id => $b->id, finished => $b->finished, buildstatus => $b->buildstatus };
$constituentJobs{$jobName} = 1;
}