move cg_id to build table

This commit is contained in:
Tomas Kopecek 2019-07-12 09:51:35 +02:00 committed by Mike McLean
parent 8da8420c65
commit f1d2ebc85c
5 changed files with 33 additions and 30 deletions

View file

@ -82,9 +82,9 @@
<th>Completed</th><td>$util.formatTimeLong($build.completion_time)</td>
</tr>
#end if
#if $build.reserved_by_name
#if $build.cg_id
<tr>
<th>Reserved by</th><td>$build.reserved_by_name</td>
<th>Content generator</th><td>$build.cg_name</td>
</tr>
#end if
#if $task