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' %}