From 3a026b5e4ac3efb3bd6da88834e6e43515c680d7 Mon Sep 17 00:00:00 2001 From: Rizqi Date: Tue, 23 Jun 2026 01:09:11 +0700 Subject: [PATCH] feat: add dashboard template to visualize and manage backup jobs --- templates/jobs.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/templates/jobs.html b/templates/jobs.html index 2f06f62..160a295 100644 --- a/templates/jobs.html +++ b/templates/jobs.html @@ -202,15 +202,6 @@ {% endif %} - {% if job.status != 'running' and job.status != 'queued' %} -
- -
{% endif %}