mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-16 04:28:17 -06:00
Misc cleanup
This commit is contained in:
parent
ec364c6fc2
commit
5fcc0fc2a4
@ -10,7 +10,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if 'bulk_rename' in actions %}
|
{% if 'bulk_rename' in actions %}
|
||||||
{% with bulk_rename_view=model|validated_viewname:"bulk_rename" %}
|
{% with bulk_rename_view=model|validated_viewname:"bulk_rename" %}
|
||||||
<button type="submit" name="_rename" {% formaction %}="{% url bulk_rename_view %}" hx-push-url="true" class="btn btn-outline-warning">
|
<button type="submit" name="_rename" {% formaction %}="{% url bulk_rename_view %}" class="btn btn-outline-warning">
|
||||||
<i class="mdi mdi-pencil-outline" aria-hidden="true"></i> {% trans "Rename Selected" %}
|
<i class="mdi mdi-pencil-outline" aria-hidden="true"></i> {% trans "Rename Selected" %}
|
||||||
</button>
|
</button>
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
|
Loading…
Reference in New Issue
Block a user