Show Task Status better
This commit is contained in:
parent
755b650df5
commit
a9adb5ebdd
3 changed files with 79 additions and 8 deletions
|
@ -19,7 +19,10 @@
|
|||
<table>
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th>Library</th>
|
||||
<th>Worker</th>
|
||||
<th>Type</th>
|
||||
<th>Status</th>
|
||||
<th>File</th>
|
||||
</tr>
|
||||
{{range $t := .Tasks}}
|
||||
|
@ -27,9 +30,18 @@
|
|||
<td>
|
||||
{{ $t.ID }}
|
||||
</td>
|
||||
<td>
|
||||
{{ $t.Library }}
|
||||
</td>
|
||||
<td>
|
||||
{{ $t.Worker }}
|
||||
</td>
|
||||
<td>
|
||||
{{ $t.Type }}
|
||||
</td>
|
||||
<td>
|
||||
{{ $t.Status }}
|
||||
</td>
|
||||
<td>
|
||||
{{ $t.File }}
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue