mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-18 13:06:30 -06: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:
parent
54472b3806
commit
1b5aa67f5d
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user