mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-20 08:47:43 +02:00
scanning badge to info color
This commit is contained in:
@@ -135,7 +135,7 @@ Dashboard
|
||||
{% if item.scan_status == 0 %}
|
||||
<span class="shadow-none badge badge-danger">Failed</span>
|
||||
{% elif item.scan_status == 1 %}
|
||||
<span class="shadow-none badge badge-primary">Scanning</span>
|
||||
<span class="shadow-none badge badge-info">Scanning</span>
|
||||
{% elif item.scan_status == 2 %}
|
||||
<span class="shadow-none badge badge-success">Succesful</span>
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user