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

Fixes #7012: Fix hidden "add components" dropdown on devices list

This commit is contained in:
jeremystretch
2021-08-23 09:41:43 -04:00
parent 8131feae8a
commit cfa4f5677b
2 changed files with 2 additions and 1 deletions

View File

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