Skip to content

Commit d40d163

Browse files
committed
Fixes #7179: Prevent obscuring "connect" pop-up for interfaces under device view
1 parent 26ceeb6 commit d40d163

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/release-notes/version-3.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* [#7164](https://github.com/netbox-community/netbox/issues/7164) - Fix styling of "decommissioned" label for circuits
1111
* [#7169](https://github.com/netbox-community/netbox/issues/7169) - Fix CSV import file upload
1212
* [#7176](https://github.com/netbox-community/netbox/issues/7176) - Fix issue where query parameters were duplicated across different forms of the same type
13+
* [#7179](https://github.com/netbox-community/netbox/issues/7179) - Prevent obscuring "connect" pop-up for interfaces under device view
1314
* [#7188](https://github.com/netbox-community/netbox/issues/7188) - Fix issue where select fields with `null_option` did not render or send the null option
1415
* [#7189](https://github.com/netbox-community/netbox/issues/7189) - Set connection factory for django-redis when Sentinel is in use
1516
* [#7193](https://github.com/netbox-community/netbox/issues/7193) - Fix prefix (flat) template issue when viewing child prefixes with prefixes available

netbox/templates/dcim/device/interfaces.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</div>
3535
</div>
3636
</div>
37-
{% include 'inc/responsive_table.html' with table=interface_table %}
37+
{% render_table interface_table 'inc/table.html' %}
3838
<div class="noprint bulk-buttons">
3939
<div class="bulk-button-group">
4040
{% if perms.dcim.change_interface %}

0 commit comments

Comments
 (0)