From 1b5aa67f5dc7c425cef1223fc039e66149f05fa1 Mon Sep 17 00:00:00 2001 From: Tom Strickx Date: Thu, 26 Oct 2017 09:24:39 -0700 Subject: [PATCH] Remove explicit reference to the `name` field Remove the explicit usage of the `name` field, and let the __str__ method of the ConsoleServerPort class handle the display --- netbox/templates/dcim/inc/consoleserverport.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/dcim/inc/consoleserverport.html b/netbox/templates/dcim/inc/consoleserverport.html index e40009881..69dbfc0b8 100644 --- a/netbox/templates/dcim/inc/consoleserverport.html +++ b/netbox/templates/dcim/inc/consoleserverport.html @@ -5,7 +5,7 @@ {% endif %} - {{ csp.name }} + {{ csp }} {% if csp.connected_console %}