Remove the explicit usage of the `name` field, and let the __str__ method of the ConsoleServerPort class handle the display
@@ -5,7 +5,7 @@
</td>
{% endif %}
<td>
- <i class="fa fa-fw fa-keyboard-o"></i> {{ csp.name }}
+ <i class="fa fa-fw fa-keyboard-o"></i> {{ csp }}
<td></td>
{% if csp.connected_console %}