mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
* Add htmx_table to __all__ * Fix dropdown menu clipping * Fix loading links from within embedded tables * Fix rendering of object deletion warning
6 lines
217 B
HTML
6 lines
217 B
HTML
<div class="htmx-container table-responsive"
|
|
hx-get="{% url viewname %}{% if url_params %}?{{ url_params.urlencode }}{% endif %}"
|
|
hx-target="this"
|
|
hx-trigger="load" hx-select="table" hx-swap="innerHTML"
|
|
></div>
|