From 95ee8aece7ba74ca62dc2f439f57ac497ddfffe4 Mon Sep 17 00:00:00 2001 From: Yogesh Ojha Date: Thu, 2 Jul 2020 22:29:14 +0530 Subject: [PATCH] scanning badge to info color --- dashboard/templates/dashboard/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/templates/dashboard/index.html b/dashboard/templates/dashboard/index.html index 70561924..89638eaf 100644 --- a/dashboard/templates/dashboard/index.html +++ b/dashboard/templates/dashboard/index.html @@ -135,7 +135,7 @@ Dashboard {% if item.scan_status == 0 %} Failed {% elif item.scan_status == 1 %} - Scanning + Scanning {% elif item.scan_status == 2 %} Succesful {% else %}