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 @@ Show IPs - - Show Descriptions - {% if perms.dcim.change_interface and interfaces|length > 1 %} Select all diff --git a/netbox/templates/dcim/inc/interface.html b/netbox/templates/dcim/inc/interface.html index 4ae8a0aa9..75d0f027d 100644 --- a/netbox/templates/dcim/inc/interface.html +++ b/netbox/templates/dcim/inc/interface.html @@ -11,13 +11,8 @@ {{ iface.lag.name }} {% endif %} {% if iface.description %} - + {% endif %} - - {% if iface.description %} - {{ iface.description }} - {% endif %} - {{ iface.mtu|default:"" }} {{ iface.mac_address|default:"" }}