add estimated completion time for build tasks to the taskinfo page

This commit is contained in:
Mike Bonnet 2009-11-09 22:14:24 -05:00
parent 41580648e8
commit ebd75bf0de
2 changed files with 19 additions and 2 deletions

View file

@ -199,9 +199,17 @@
<tr>
<th>Created</th><td>$util.formatTimeLong($task.create_time)</td>
</tr>
#if $task.state == $koji.TASK_STATES.OPEN
#if $estCompletion
<tr>
<th>Est. Completion</th><td>$util.formatTimeLong($estCompletion)</td>
</tr>
#end if
#elif $task.completion_time
<tr>
<th>Completed</th><td>$util.formatTimeLong($task.completion_time)</td>
</tr>
#end if
<tr>
<th>Owner</th>
<td>