Private
Public Access
1
0

adding start date to tasks

This commit is contained in:
Sander Roosendaal
2018-07-12 21:34:35 +02:00
parent d19cbb34d4
commit 0e70a43a4e
4 changed files with 35 additions and 6 deletions

View File

@@ -69,6 +69,7 @@
<tr>
<th>ID</th>
<th>Task</th>
<th>Started</th>
<th>Progress</th>
<th>Status</th>
<th>Action</th>
@@ -84,6 +85,9 @@
{{ task|lookup:'verbose' }}
</td>
<td>
{{ task|lookup:'started_at' }}
</td>
<td>
<div class="progressBar" data="max{{ task|lookup:'progress' }}" style="width: 100%;">
<div data-show=""> {{ task|lookup:'progress' }}</div>
</div>