From e87967046e87813c1149701bc8e90745452a003f Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 24 Jul 2024 09:43:57 -0400 Subject: [PATCH] Add group assignment table to circuit view --- netbox/templates/circuits/circuit.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/netbox/templates/circuits/circuit.html b/netbox/templates/circuits/circuit.html index fb3d8185a..3ad7ed4e6 100644 --- a/netbox/templates/circuits/circuit.html +++ b/netbox/templates/circuits/circuit.html @@ -61,6 +61,19 @@ +
+
+ {% trans "Group Assignments" %} + {% if perms.circuits.add_circuitgroupassignment %} + + {% endif %} +
+ {% htmx_table 'circuits:circuitgroupassignment_list' circuit_id=object.pk %} +
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}