From aa50e2e385b4731cce4053af754866c1e76233e9 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 22 Aug 2018 10:06:01 -0400 Subject: [PATCH] Fixes #2378: Corrected "edit" link for virtual machine interfaces --- CHANGELOG.md | 1 + netbox/templates/dcim/interface.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2609cb23b..3803653cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ v2.4.4 (FUTURE) * [#2369](https://github.com/digitalocean/netbox/issues/2369) - Corrected time zone validation on site API serializer * [#2370](https://github.com/digitalocean/netbox/issues/2370) - Redirect to parent device after deleting device bays * [#2374](https://github.com/digitalocean/netbox/issues/2374) - Fix toggling display of IP addresses in virtual machine interfaces list +* [#2378](https://github.com/digitalocean/netbox/issues/2378) - Corrected "edit" link for virtual machine interfaces --- diff --git a/netbox/templates/dcim/interface.html b/netbox/templates/dcim/interface.html index 2004af1b1..f82f81baf 100644 --- a/netbox/templates/dcim/interface.html +++ b/netbox/templates/dcim/interface.html @@ -17,12 +17,12 @@
{% if perms.dcim.change_interface %} - + Edit this interface {% endif %} {% if perms.dcim.delete_interface %} - + Delete this interface {% endif %}