We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb1a6b commit 6dc5605Copy full SHA for 6dc5605
netbox/templates/dcim/platform.html
@@ -13,7 +13,7 @@
13
14
{% block extra_controls %}
15
{% if perms.dcim.add_device %}
16
- <a href="{% url 'dcim:device_add' %}?role={{ object.pk }}" class="btn btn-sm btn-primary">
+ <a href="{% url 'dcim:device_add' %}?platform={{ object.pk }}" class="btn btn-sm btn-primary">
17
<span class="mdi mdi-plus-thick" aria-hidden="true"></span> {% trans "Add Device" %}
18
</a>
19
{% endif %}
0 commit comments