mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Merge pull request #1652 from Ichabond/develop
Fixes #1651: Remove explicit reference to the `name` field
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