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 @@
Live
+