Show Task Status better

This commit is contained in:
speatzle 2024-05-09 19:08:10 +02:00
parent 755b650df5
commit a9adb5ebdd
3 changed files with 79 additions and 8 deletions

View file

@ -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>