move cg_id to build table
This commit is contained in:
parent
8da8420c65
commit
f1d2ebc85c
5 changed files with 33 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue