1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

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
This commit is contained in:
Tom Strickx
2017-10-26 09:24:39 -07:00
parent 54472b3806
commit 1b5aa67f5d

View File

@ -5,7 +5,7 @@
</td> </td>
{% endif %} {% endif %}
<td> <td>
<i class="fa fa-fw fa-keyboard-o"></i> {{ csp.name }} <i class="fa fa-fw fa-keyboard-o"></i> {{ csp }}
</td> </td>
<td></td> <td></td>
{% if csp.connected_console %} {% if csp.connected_console %}