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

Renamed ConsolePort.cs_port to connected_endpoint

This commit is contained in:
Jeremy Stretch
2018-10-24 10:37:54 -04:00
parent ea0de629df
commit 1595a5ecd7
18 changed files with 143 additions and 114 deletions

View File

@@ -35,7 +35,7 @@
{% render_field form.console_server %}
</div>
</div>
{% render_field form.cs_port %}
{% render_field form.connected_endpoint %}
{% render_field form.connection_status %}
</div>
</div>