Duplicate job
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
<th class="fw-normal">Material</th>
|
||||
<th class="fw-normal">Status</th>
|
||||
<th class="fw-normal text-end">Created</th>
|
||||
<th class="fw-normal"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -87,6 +88,13 @@
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="text-secondary text-end">{{ j.created_at.strftime('%d.%m.%Y %H:%M') }}</td>
|
||||
<td class="text-end" style="width:32px">
|
||||
<form method="POST" action="/jobs/{{ j.id }}/duplicate" class="d-inline">
|
||||
<button type="submit" class="btn btn-sm btn-link text-secondary p-0" title="Duplicate job">
|
||||
<i class="bi bi-files"></i>
|
||||
</button>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user