@@ -104,6 +104,9 @@
</tr>
</table>
</div>
+ {% with circuit.get_custom_fields as custom_fields %}
+ {% include 'inc/custom_fields_panel.html' %}
+ {% endwith %}
{% include 'inc/created_updated.html' with obj=circuit %}
<div class="col-md-6">
@@ -121,6 +121,9 @@
+ {% with ipaddress.get_custom_fields as custom_fields %}
{% include 'inc/created_updated.html' with obj=ipaddress %}
@@ -101,6 +101,9 @@
+ {% with prefix.get_custom_fields as custom_fields %}
{% include 'inc/created_updated.html' with obj=prefix %}
<br />
@@ -110,6 +110,9 @@
+ {% with vlan.get_custom_fields as custom_fields %}
{% include 'inc/created_updated.html' with obj=vlan %}
@@ -82,6 +82,9 @@
+ {% with vrf.get_custom_fields as custom_fields %}
{% include 'inc/created_updated.html' with obj=vrf %}