mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-26 18:58:54 +02:00
Closes #12776: Utilize the htmx_table tag for all embedded object tables
This commit is contained in:
@@ -42,10 +42,7 @@
|
||||
<div class="col col-md-12">
|
||||
<div class="card">
|
||||
<h5 class="card-header">{% trans "Circuits" %}</h5>
|
||||
<div class="card-body htmx-container table-responsive p-0"
|
||||
hx-get="{% url 'circuits:circuit_list' %}?provider_account_id={{ object.pk }}"
|
||||
hx-trigger="load"
|
||||
></div>
|
||||
{% htmx_table 'circuits:circuit_list' provider_account_id=object.pk %}
|
||||
</div>
|
||||
{% plugin_full_width_page object %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user