From 250f310a984c29a13d05c4d9af4a12156b5e8fd8 Mon Sep 17 00:00:00 2001 From: John Anderson Date: Wed, 1 May 2019 21:48:35 -0400 Subject: [PATCH] fixes #3134 - remove component buttons from power utilization table --- netbox/templates/dcim/device.html | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index ca41514ca..c12b31489 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -367,20 +367,6 @@ {% endfor %} {% endfor %} - {% if perms.dcim.add_interface or perms.dcim.add_consoleport or perms.dcim.add_powerport %} - - {% endif %} {% endif %} {% if request.user.is_authenticated %}