From 98477ef6c63fc9cc726218397198c5fe04f13a3e Mon Sep 17 00:00:00 2001 From: checktheroads Date: Mon, 19 Apr 2021 17:09:42 -0700 Subject: [PATCH] update device/interfaces template with correct interface filtering elements --- netbox/templates/dcim/device/interfaces.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/netbox/templates/dcim/device/interfaces.html b/netbox/templates/dcim/device/interfaces.html index dbf26fb85..ae4423ce4 100644 --- a/netbox/templates/dcim/device/interfaces.html +++ b/netbox/templates/dcim/device/interfaces.html @@ -9,13 +9,13 @@
Interfaces
-
- {% if request.user.is_authenticated %} - - {% endif %} -
- +
+ + {% if request.user.is_authenticated %} + + {% endif %} +
@@ -55,5 +55,4 @@ {% block javascript %} - {% endblock %}