Skip to content

Commit 112037b

Browse files
committed
add tooltip on the apply present dropdown link
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent ff79d75 commit 112037b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

product_portfolio/templates/product_portfolio/tabs/tab_packages_vulnerabilities.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@
146146
</button>
147147
</span>
148148
{% if analysis_presets and not vulnerability.vulnerability_analysis %}
149-
<div class="dropdown d-inline">
150-
<button type="button" class="btn btn-link p-0" data-bs-toggle="dropdown" aria-label="Quick action" title="Apply preset">
149+
<span class="dropdown d-inline ms-1" data-bs-toggle="tooltip" title="Apply analysis preset">
150+
<button type="button" class="btn btn-link p-0" data-bs-toggle="dropdown" aria-label="Quick action">
151151
<i class="fas fa-bolt fa-sm text-warning"></i>
152152
</button>
153153
<ul class="dropdown-menu dropdown-menu-end">
@@ -161,7 +161,7 @@
161161
</li>
162162
{% endfor %}
163163
</ul>
164-
</div>
164+
</span>
165165
{% endif %}
166166
</td>
167167
{% if not forloop.first %}</tr>{% endif %}

0 commit comments

Comments
 (0)