Update compare_components_button.html

Removed btn-sm veriable
This commit is contained in:
Keith Knowles 2024-05-12 13:56:44 -06:00 committed by GitHub
parent 1f0869ad13
commit c9c1130b6b
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 %}