From e3cbdce108b5fff21e2b00b9a0342a379082afd5 Mon Sep 17 00:00:00 2001 From: Joseph Kennedy Date: Fri, 1 Sep 2017 04:23:51 -0400 Subject: [PATCH] Remove "Show Descriptions" changes for inline descriptions. Will add feature request later. --- netbox/project-static/css/base.css | 6 ------ netbox/templates/dcim/device.html | 3 --- netbox/templates/dcim/inc/interface.html | 7 +------ 3 files changed, 1 insertion(+), 15 deletions(-) diff --git a/netbox/project-static/css/base.css b/netbox/project-static/css/base.css index bdd5b37df..43f8ac78b 100644 --- a/netbox/project-static/css/base.css +++ b/netbox/project-static/css/base.css @@ -398,10 +398,4 @@ textarea { .label-disabled[href]:hover, .label-disabled[href]:focus { background-color: #cd3c3c; -} -i.fa-comment-o { - display:inline; -} -.iface-description { - display:none; } \ No newline at end of file diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 59604e2fd..c7572b24d 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -391,9 +391,6 @@ - {% if perms.dcim.change_interface and interfaces|length > 1 %}