Update custom_fields_panel.html

This commit is contained in:
Jeremy Stretch
2020-11-19 13:53:37 -05:00
parent 9fd8062658
commit 28a2e06e4f
23 changed files with 23 additions and 23 deletions

View File

@@ -106,7 +106,7 @@
{% plugin_left_page object %}
</div>
<div class="col-md-6">
{% include 'inc/custom_fields_panel.html' with obj=object %}
{% include 'inc/custom_fields_panel.html' %}
{% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='ipam:aggregate_list' %}
{% plugin_right_page object %}
</div>

View File

@@ -152,7 +152,7 @@
</tr>
</table>
</div>
{% include 'inc/custom_fields_panel.html' with obj=object %}
{% include 'inc/custom_fields_panel.html' %}
{% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='ipam:ipaddress_list' %}
{% plugin_left_page object %}
</div>

View File

@@ -184,7 +184,7 @@
</tr>
</table>
</div>
{% include 'inc/custom_fields_panel.html' with obj=object %}
{% include 'inc/custom_fields_panel.html' %}
{% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='ipam:prefix_list' %}
{% plugin_left_page object %}
</div>

View File

@@ -83,7 +83,7 @@
</table>
</div>
{% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='ipam:routetarget_list' %}
{% include 'inc/custom_fields_panel.html' with obj=object %}
{% include 'inc/custom_fields_panel.html' %}
{% plugin_left_page object %}
</div>
<div class="col-md-6">

View File

@@ -81,7 +81,7 @@
</tr>
</table>
</div>
{% include 'inc/custom_fields_panel.html' with obj=object %}
{% include 'inc/custom_fields_panel.html' %}
{% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='ipam:service_list' %}
{% plugin_left_page object %}
</div>

View File

@@ -140,7 +140,7 @@
</tr>
</table>
</div>
{% include 'inc/custom_fields_panel.html' with obj=object %}
{% include 'inc/custom_fields_panel.html' %}
{% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='ipam:vlan_list' %}
{% plugin_left_page object %}
</div>

View File

@@ -99,7 +99,7 @@
</table>
</div>
{% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='ipam:vrf_list' %}
{% include 'inc/custom_fields_panel.html' with obj=object %}
{% include 'inc/custom_fields_panel.html' %}
{% plugin_left_page object %}
</div>
<div class="col-md-6">