- put the task label into the taskinfo header
- move the task ID into the main table
This commit is contained in:
parent
097b3cc018
commit
aa2e4f76c4
1 changed files with 4 additions and 1 deletions
|
|
@ -53,9 +53,12 @@
|
|||
|
||||
#include "includes/header.chtml"
|
||||
|
||||
<h4>Information for task <a href="taskinfo?taskID=$task.id">$task.id</a></h4>
|
||||
<h4>Information for task <a href="taskinfo?taskID=$task.id">$koji.taskLabel($task)</a></h4>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>ID</th><td>$task.id</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Method</th><td>$task.method</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue