1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #11893: Convert ChangeLogWidget for use with all models

This commit is contained in:
jeremystretch
2023-03-14 08:39:18 -04:00
parent 6a696d9ed7
commit af63ac693e
4 changed files with 28 additions and 13 deletions

View File

@@ -0,0 +1,4 @@
<div class="htmx-container"
hx-get="{% url viewname %}"
hx-trigger="load"
></div>