diff --git a/templates/job.html b/templates/job.html index 8142030..0e72c3b 100644 --- a/templates/job.html +++ b/templates/job.html @@ -8,7 +8,10 @@ Job '{{job.name}}' DELETED -
+
+ + +
@@ -39,6 +42,9 @@ }, cancelJob: function() { $.post("/api/job/" + this.job.id + "/stop") + }, + restartJob: function() { + $.post("/api/job/" + this.job.id + "/restart") } }, computed: {
State{{job.state}}