mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-21 19:47:20 -06:00
Restore clone button
This commit is contained in:
parent
faa0d859bb
commit
ce8c1490c8
@ -80,6 +80,9 @@ Context:
|
||||
{% if perms.extras.add_subscription and object.subscriptions %}
|
||||
{% subscribe_button object %}
|
||||
{% endif %}
|
||||
{% if request.user|can_add:object %}
|
||||
{% clone_button object %}
|
||||
{% endif %}
|
||||
{% for name, action in actions.items %}
|
||||
{% action_button action object %}
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user