Update compare_components_button.html

This commit is contained in:
Keith Knowles 2024-05-13 20:10:55 -06:00 committed by GitHub
parent ad1c368ec8
commit 5d92aec533
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{% if perms.dcim.change_device %}
<div class="dropdown">
<button id="device-type-sync" type="button" class="btn btn-sm btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
<button id="device-type-sync" type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
Device type sync
</button>
<ul class="dropdown-menu" aria-labeled-by="device-type-sync">
@ -62,4 +62,4 @@
{% endif %}
</ul>
</div>
{% endif %}
{% endif %}