From bba88b2be4747c54ac5e48d4919fedcae4e1977b Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 6 Aug 2018 14:14:40 -0400 Subject: [PATCH] Fixes #2303: Always redirect to parent object when bulk editing/deleting components --- netbox/templates/dcim/device.html | 2 +- netbox/templates/dcim/inc/devicetype_component_table.html | 4 ++-- netbox/templates/virtualization/virtualmachine.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index a915d0c7f..62b54f361 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -553,7 +553,7 @@ {% endif %} {% if interfaces and perms.dcim.delete_interface %} - {% endif %} diff --git a/netbox/templates/dcim/inc/devicetype_component_table.html b/netbox/templates/dcim/inc/devicetype_component_table.html index b43a3612f..e549880f9 100644 --- a/netbox/templates/dcim/inc/devicetype_component_table.html +++ b/netbox/templates/dcim/inc/devicetype_component_table.html @@ -9,12 +9,12 @@