diff --git a/web/dashboard/templates/dashboard/index.html b/web/dashboard/templates/dashboard/index.html index 394d1c560..d0e21b843 100644 --- a/web/dashboard/templates/dashboard/index.html +++ b/web/dashboard/templates/dashboard/index.html @@ -27,7 +27,7 @@

Total Targets

-

{{domain_count|intcomma}}

+

{{domain_count|intcomma}}

 


@@ -41,7 +41,7 @@

{{domain

Total Subdomains

-

{{subdomain_count|intcomma}}

+

{{subdomain_count|intcomma}}


Alive Subdomains: {{alive_count|intcomma}}

@@ -55,7 +55,7 @@

{{subdom

Total Endpoints

-

{{endpoint_count|intcomma}}

+

{{endpoint_count|intcomma}}


Alive Endpoints: {{endpoint_alive_count|intcomma}}

@@ -69,7 +69,7 @@

{{endpoint_count|intcomma}}

Total Vulnerabilities

-

{{total_vul_count|intcomma}}

+

{{total_vul_count|intcomma}}

{{critical_count}} Critical, {{high_count}} High, {{medium_count}} Medium


@@ -107,7 +107,7 @@
{{item.title}}
- {% if item.status == 2 %} {% if item.title != 'Scan Completed' %} Completed {% endif %}{% elif item.status == 1 %} Initiated {% elif item.status == 0 %} {% if item.title != 'Scan aborted' %} Aborted {% endif %} {% endif %}for {{item.scan_of.domain.name}} + {% if item.status == 2 %} {% if item.title != 'Scan Completed' %} Completed {% endif %}{% elif item.status == 1 %} Initiated {% elif item.status == 0 %} {% if item.title != 'Scan aborted' %} Aborted {% endif %} {% endif %}for {{item.scan_of.domain.name}}
{{item.time|naturaltime}}