mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-09 21:32:17 -06:00
Closes #11893: Convert ChangeLogWidget for use with all models
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
<div class="htmx-container"
|
||||
hx-get="{% url 'extras:objectchange_list' %}?sort=-time"
|
||||
hx-trigger="load"
|
||||
></div>
|
||||
@@ -0,0 +1,4 @@
|
||||
<div class="htmx-container"
|
||||
hx-get="{% url viewname %}"
|
||||
hx-trigger="load"
|
||||
></div>
|
||||
Reference in New Issue
Block a user