diff --git a/netbox/templates/extras/configcontext.html b/netbox/templates/extras/configcontext.html index 18d466771..c87ff9039 100644 --- a/netbox/templates/extras/configcontext.html +++ b/netbox/templates/extras/configcontext.html @@ -53,6 +53,16 @@ {{ configcontext.weight }} + + Description + + {% if configcontext.description %} + {{ configcontext.description }} + {% else %} + N/A + {% endif %} + + Active @@ -67,6 +77,13 @@ {% endif %} + + +
+
+ Assignment +
+
Regions