From c59d24cb28990846388aa1902610868459ce52f6 Mon Sep 17 00:00:00 2001 From: dansheps Date: Thu, 14 Feb 2019 09:28:38 -0600 Subject: [PATCH] Closes #2884 - Removes connection option from wireless interfaces. --- CHANGELOG.md | 1 + netbox/templates/dcim/inc/interface.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa425d2c..83e864ad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ v2.5.7 (FUTURE) * [#2888](https://github.com/digitalocean/netbox/issues/2888) - Correct foreground color of device roles in rack elevations * [#2893](https://github.com/digitalocean/netbox/issues/2893) - Remove duplicate display of VRF RD on IP address view * [#2895](https://github.com/digitalocean/netbox/issues/2895) - Fix filtering of nullable character fields +* [#2884](https://github.com/digitalocean/netbox/issues/2884) - Remove display of connect option for wireless interfaces v2.5.6 (2019-02-13) diff --git a/netbox/templates/dcim/inc/interface.html b/netbox/templates/dcim/inc/interface.html index 7c1e9f267..c14c93fd9 100644 --- a/netbox/templates/dcim/inc/interface.html +++ b/netbox/templates/dcim/inc/interface.html @@ -150,7 +150,7 @@ {% if perms.dcim.change_interface %} {% if iface.cable %} {% include 'dcim/inc/cable_toggle_buttons.html' with cable=iface.cable %} - {% elif not iface.is_virtual and perms.dcim.add_cable %} + {% elif not iface.is_virtual and not iface.is_wireless and perms.dcim.add_cable %}