From a1e084cb4b91982cd322d63abd33db9cf3f08f0e Mon Sep 17 00:00:00 2001 From: Rizqi Date: Tue, 23 Jun 2026 01:13:07 +0700 Subject: [PATCH] feat: implement job management UI templates for editing and viewing backup job details --- templates/edit_job.html | 9 --------- templates/job_detail.html | 10 +++++++++- templates/jobs.html | 19 +++++++++++++------ 3 files changed, 22 insertions(+), 16 deletions(-) diff --git a/templates/edit_job.html b/templates/edit_job.html index 648c70b..842dd17 100644 --- a/templates/edit_job.html +++ b/templates/edit_job.html @@ -470,11 +470,6 @@
- - Cancel
- -
-
{% endblock %} diff --git a/templates/job_detail.html b/templates/job_detail.html index fd7ef4f..c31b540 100644 --- a/templates/job_detail.html +++ b/templates/job_detail.html @@ -146,7 +146,7 @@ {% if job.status != 'running' and job.status != 'queued' %}
@@ -154,6 +154,14 @@ Edit Job +
+ +
{% endif %} {% if job.status == 'running' or job.status == 'queued' %}
{% if job.schedule_type and job.schedule_type != 'now' %} - - + + 📅︎ {{ job.schedule_type|capitalize }} {% if job.schedule_id %} @@ -156,7 +156,10 @@ Cancelled {% endif %} {% else %} - One-time + + ⚡︎ + One-time + {% endif %}
{% if job.retention_type == 'keep_count' %} @@ -172,11 +175,15 @@ {{ job.started_fmt }} -
- View +
+ + 👁︎View + {% if job.status != 'running' and job.status != 'queued' %} - + {% endif %} {% if job.status == 'running' or job.status == 'queued' %}