1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

update templates to bootstrap 5 classes

This commit is contained in:
checktheroads
2021-03-14 17:26:56 -07:00
parent 187f4fa4aa
commit 4ab5d15ee6
6 changed files with 211 additions and 200 deletions

View File

@@ -2,9 +2,9 @@
{% block bulk_buttons %}
{% if perms.dcim.change_device %}
<div class="btn-group">
<div class="dropdown">
<button type="button" class="btn btn-sm btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="mdi mdi-plus-thick" aria-hidden="true"></span> Add Components <span class="caret"></span>
<i class="bi bi-plus" aria-hidden="true"></i> Add Components
</button>
<ul class="dropdown-menu">
{% if perms.dcim.add_consoleport %}