diff --git a/startScan/templates/startScan/detail_scan.html b/startScan/templates/startScan/detail_scan.html
index b045fb85..f5bc38c5 100644
--- a/startScan/templates/startScan/detail_scan.html
+++ b/startScan/templates/startScan/detail_scan.html
@@ -168,9 +168,30 @@ Detailed Scan Results for {{history.domain_name}}
-
-
-
+
+
+
Scan Status
+
+ {% if history.scan_status == -1 %}
+
Pending
+ {% elif history.scan_status == 0 %}
+ Failed
+ {% elif history.scan_status == 1 %}
+ Scanning
+ {% elif history.scan_status == 2 %}
+ Completed
+ {% elif history.scan_status == 3 %}
+ Aborted
+ {% else %}
+ Unknown
+ {% endif %}
+
+
+
+
Scan Duration
+ 00:35 minutes
+
+
{% if history.scan_status == -1 %}
@@ -196,25 +217,6 @@ Detailed Scan Results for {{history.domain_name}}
{% endif %}
-