mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-18 19:32:24 -06:00
6 lines
241 B
HTML
6 lines
241 B
HTML
<div class="htmx-container table-responsive"
|
|
hx-get="{% url viewname %}?embedded=True{% if url_params %}&{{ url_params.urlencode }}{% endif %}"
|
|
hx-target="this"
|
|
hx-trigger="load" hx-select=".htmx-container" hx-swap="outerHTML"
|
|
></div>
|