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

Fix table links for adding new components

This commit is contained in:
Jeremy Stretch
2020-02-06 15:54:52 -05:00
parent 17e0054941
commit b5344b0aa7

View File

@ -20,7 +20,7 @@
{% endif %}
{% endif %}
<div class="pull-right">
<a href="{% url add_url %}" class="btn btn-primary btn-xs">
<a href="{% url add_url %}?device_type={{ devicetype.pk }}&return_url={{ devicetype.get_absolute_url }}" class="btn btn-primary btn-xs">
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
Add {{ title }}
</a>