1
0
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:
Jeremy Stretch
2017-10-26 21:15:14 -04:00
committed by GitHub

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 %}