Skip to content

Commit

Permalink
Merge pull request #1029 from luizmlo/patch-1
Browse files Browse the repository at this point in the history
Added tooltip text to dashboard total vulnerabilities tooltip
  • Loading branch information
yogeshojha authored Nov 10, 2023
2 parents 133a8ca + 0997a52 commit c145bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/dashboard/templates/dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h2 class="text-primary my-3 text-center">{{endpoint_count|intcomma}}</h2>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-12 col-12">
<div class="card" id="tooltip-container3">
<div class="card-body">
<i class="fa fa-info-circle text-muted float-end" data-bs-container="#tooltip-container3" data-bs-toggle="tooltip" data-bs-placement="bottom" title="More Info"></i>
<i class="fa fa-info-circle text-muted float-end" data-bs-container="#tooltip-container3" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Total Vulnerabilities discovered by reNgine across all targets, subdomains & endpoints."></i>
<h4 class="mt-0 font-16 text-danger">Total Vulnerabilities</h4>
<h2 class="text-danger my-3 text-center"><span data-plugin="counterup">{{total_vul_count|intcomma}}</span></h2>
<div id="vuln_chart"></div>
Expand Down

0 comments on commit c145bec

Please sign in to comment.