From a8a99f3b20c0e8eed77c3b03c52a09a95f4a8f8d Mon Sep 17 00:00:00 2001 From: Rizqi Date: Tue, 23 Jun 2026 01:05:05 +0700 Subject: [PATCH] feat: add edit job configuration page and job detail view templates --- templates/edit_job.html | 11 ++++++++++- templates/job_detail.html | 8 -------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/templates/edit_job.html b/templates/edit_job.html index 8d4be50..648c70b 100644 --- a/templates/edit_job.html +++ b/templates/edit_job.html @@ -470,13 +470,22 @@
+ + + Cancel - Cancel
+ +
+
{% endblock %} diff --git a/templates/job_detail.html b/templates/job_detail.html index a2f056b..fd7ef4f 100644 --- a/templates/job_detail.html +++ b/templates/job_detail.html @@ -154,14 +154,6 @@ Edit Job -
- -
{% endif %} {% if job.status == 'running' or job.status == 'queued' %}