From a5f1707662b56a60404bc5b79681733e72bca0ef Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Thu, 30 Dec 2021 09:46:02 -0500 Subject: [PATCH] Fixes #8191: Fix return URL when adding IP addresses to VM interfaces --- docs/release-notes/version-3.1.md | 1 + netbox/virtualization/tables.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/version-3.1.md b/docs/release-notes/version-3.1.md index 25b0a1353..f10459b96 100644 --- a/docs/release-notes/version-3.1.md +++ b/docs/release-notes/version-3.1.md @@ -4,6 +4,7 @@ ### Bug Fixes +* [#8191](https://github.com/netbox-community/netbox/issues/8191) - Fix return URL when adding IP addresses to VM interfaces * [#8187](https://github.com/netbox-community/netbox/issues/8187) - Fix rendering of tags column in object tables --- diff --git a/netbox/virtualization/tables.py b/netbox/virtualization/tables.py index b07259e5c..818b09d33 100644 --- a/netbox/virtualization/tables.py +++ b/netbox/virtualization/tables.py @@ -18,7 +18,7 @@ __all__ = ( VMINTERFACE_BUTTONS = """ {% if perms.ipam.add_ipaddress %} - + {% endif %}