Skip to content

Commit

Permalink
fix(ui) : remove useless Id
Browse files Browse the repository at this point in the history
  • Loading branch information
0b3ud committed Sep 21, 2024
1 parent c330308 commit 7afbd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/base/_items/vulnerability_tab_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
</div>
</div>
</div>
<div class="ms-2 mt-2" id="">
<div class="ms-2 mt-2">
<a href="#" class="badge badge-soft-primary" id="vulnaribilities_selected_count" onclick="uncheckVulnerabilities()" data-toggle="tooltip" data-placement="top" title="" data-bs-original-title="Clear Vulnerabilities" aria-label="Clear Vulnerabilities"></a>
</div>
<div class="col-12">
Expand Down

0 comments on commit 7afbd95

Please sign in to comment.