mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-10 13:52:17 -06:00
* Closes #19231: Add bulk renaming support for all models * Introduce a template filter for getattr() * Extend BulkRenameView to support arbitrary field names * Address bulk renaming support for remaining models * Bulk rename URL resolution should fail silently * Update documentation * Fix bulk button rendering for HTMX requests
6 lines
195 B
HTML
6 lines
195 B
HTML
{% if url %}
|
|
<button type="submit" name="_rename" {% formaction %}="{{ url }}" class="btn btn-yellow">
|
|
<i class="mdi mdi-pencil" aria-hidden="true"></i> {{ label }}
|
|
</button>
|
|
{% endif %}
|