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

#49: Allow selection of devices at other sites when connecting an interface

This commit is contained in:
Jeremy Stretch
2016-12-09 11:43:50 -05:00
parent a0eff04185
commit bd40f72ad5
4 changed files with 26 additions and 8 deletions

View File

@@ -61,7 +61,7 @@
<i class="glyphicon glyphicon-remove" aria-hidden="true"></i>
</a>
{% else %}
<a href="{% url 'dcim:interfaceconnection_add' pk=device.pk %}?interface={{ iface.pk }}" class="btn btn-success btn-xs" title="Connect">
<a href="{% url 'dcim:interfaceconnection_add' pk=device.pk %}?interface_a={{ iface.pk }}" class="btn btn-success btn-xs" title="Connect">
<i class="glyphicon glyphicon-plus" aria-hidden="true"></i>
</a>
{% endif %}