Skip to content

Commit cfa4f56

Browse files
committed
Fixes #7012: Fix hidden "add components" dropdown on devices list
1 parent 8131fea commit cfa4f56

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/release-notes/version-2.11.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* [#5968](https://github.com/netbox-community/netbox/issues/5968) - Model forms should save empty custom field values as null
1616
* [#6686](https://github.com/netbox-community/netbox/issues/6686) - Force assignment of null custom field values to objects
1717
* [#6974](https://github.com/netbox-community/netbox/issues/6974) - Show contextual label for IP address role
18+
* [#7012](https://github.com/netbox-community/netbox/issues/7012) - Fix hidden "add components" dropdown on devices list
1819

1920
---
2021

netbox/templates/dcim/device_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)