From e0dd667ca82a6b3c422d783253902b9c09fb17f3 Mon Sep 17 00:00:00 2001 From: Rizqi Date: Tue, 23 Jun 2026 13:10:47 +0700 Subject: [PATCH] feat: add copy-to-clipboard functionality for job IDs and backup locations; enhance VM card styling --- templates/job_detail.html | 31 +++++++++++++++++++++++++++++-- templates/jobs.html | 2 +- templates/vms.html | 2 +- 3 files changed, 31 insertions(+), 4 deletions(-) diff --git a/templates/job_detail.html b/templates/job_detail.html index c31b540..3f6a5c8 100644 --- a/templates/job_detail.html +++ b/templates/job_detail.html @@ -140,7 +140,7 @@ {% endif %} -
Job ID: {{ job.id }}
+
Job ID: {{ job.id }}
{% if job.status != 'running' and job.status != 'queued' %} @@ -229,7 +229,7 @@
Backup Location
-
+
{% if job.run_dest %} {{ job.run_dest }} {% else %} @@ -350,6 +350,10 @@
+