Remove default logo, replaced by text for now. Hide template in jobset edit.

This commit is contained in:
Rob Vermaas
2012-04-13 11:47:05 +02:00
parent f63e9a63b4
commit bb4f470348
5 changed files with 21 additions and 10 deletions

View File

@ -59,7 +59,7 @@ sub jobsetIndex {
, "(select count(*) from JobsetEvalMembers where eval = me.id and exists(select 1 from Builds b where b.id = build and b.finished = 1 and b.buildStatus = 0))"
]
, '+as' => [ "nrBuilds", "nrScheduled", "nrFinished", "nrSucceeded" ]
, rows => 5
, rows => 6
}
) ];