From 989ec721d31f5d4c4bf485a82cca4766c5cc4856 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 16 Aug 2016 09:29:20 -0400 Subject: [PATCH] Fixes #472: Hide the connection button for interfaces which have a circuit terminated to them --- netbox/templates/dcim/inc/_interface.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netbox/templates/dcim/inc/_interface.html b/netbox/templates/dcim/inc/_interface.html index a3d1b8e04..a48200c30 100644 --- a/netbox/templates/dcim/inc/_interface.html +++ b/netbox/templates/dcim/inc/_interface.html @@ -56,6 +56,10 @@ + {% elif iface.circuit and perms.circuits.change_circuit %} + + + {% else %}