From 6fb530b75dce673b70a8345aac43756becf50fd3 Mon Sep 17 00:00:00 2001 From: Nick Peelman Date: Fri, 1 Jul 2016 10:31:09 -0400 Subject: [PATCH] Relocate Add Interface button to match the style used in the rest of the view --- netbox/templates/dcim/device.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 0bf635e31..203c0b434 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -295,9 +295,6 @@ {% if interfaces or device.device_type.is_network_device %}
- {% if perms.dcim.add_interface %} - Add Interfaces - {% endif %} Interfaces
@@ -309,6 +306,14 @@ {% endfor %}
+ {% if perms.dcim.add_interface %} + + {% endif %}
{% endif %} {% if cs_ports or device.device_type.is_console_server %}