From 7ffb5f16ddf9102951839cca4b01f10e6cb73cfc Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 1 Nov 2018 14:32:43 -0400 Subject: [PATCH] Fix color display for cables --- netbox/templates/dcim/cable.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/netbox/templates/dcim/cable.html b/netbox/templates/dcim/cable.html index c11f9e686..3bf99465f 100644 --- a/netbox/templates/dcim/cable.html +++ b/netbox/templates/dcim/cable.html @@ -56,7 +56,11 @@ Color -   + {% if cable.color %} +   + {% else %} + + {% endif %}