Add restart procesing button
This commit is contained in:
@@ -47,6 +47,9 @@
|
|||||||
<td>{{.Status}}</td>
|
<td>{{.Status}}</td>
|
||||||
<td>
|
<td>
|
||||||
{{if eq .Status "completed"}}
|
{{if eq .Status "completed"}}
|
||||||
|
<form action="/video/{{.ID}}/process" method="post" style="display:inline;">
|
||||||
|
<button type="submit">Redo Processing</button>
|
||||||
|
</form>
|
||||||
{{else if eq .Status "failed"}}
|
{{else if eq .Status "failed"}}
|
||||||
<form action="/video/{{.ID}}/restart" method="post" style="display:inline;">
|
<form action="/video/{{.ID}}/restart" method="post" style="display:inline;">
|
||||||
<button type="submit">Restart</button>
|
<button type="submit">Restart</button>
|
||||||
|
Reference in New Issue
Block a user