From bbd0761887a6b01736195e79530a40ddf42d3790 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 30 Oct 2017 17:45:05 -0400 Subject: [PATCH] Fixes #1653: Remove outdated description for DeviceType's is_network_device flag --- netbox/templates/dcim/devicetype.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/dcim/devicetype.html b/netbox/templates/dcim/devicetype.html index 9eb3e0a5e31..12281734b8f 100644 --- a/netbox/templates/dcim/devicetype.html +++ b/netbox/templates/dcim/devicetype.html @@ -120,7 +120,7 @@

{% block title %}{{ devicetype.manufacturer }} {{ devicetype.model }}{% endb Network Device
- This device {% if devicetype.is_network_device %}has{% else %}does not have{% endif %} non-management network interfaces + This device {% if devicetype.is_network_device %}has{% else %}does not have{% endif %} network interfaces