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:
@ -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 %}
|
||||||
|
Reference in New Issue
Block a user