Arthur 2 месяцев назад
Родитель
Сommit
27ffc3df6a

+ 1 - 0
netbox/templates/circuits/circuittype.html

@@ -43,6 +43,7 @@
   </div>
 	<div class="col col-12 col-md-6">
     {% include 'inc/panels/related_objects.html' %}
+    {% include 'inc/panels/comments.html' %}
     {% include 'inc/panels/custom_fields.html' %}
     {% plugin_right_page object %}
 	</div>

+ 1 - 0
netbox/templates/circuits/virtualcircuittype.html

@@ -43,6 +43,7 @@
   </div>
 	<div class="col col-12 col-md-6">
     {% include 'inc/panels/related_objects.html' %}
+    {% include 'inc/panels/comments.html' %}
     {% include 'inc/panels/custom_fields.html' %}
     {% plugin_right_page object %}
 	</div>

+ 1 - 0
netbox/templates/dcim/inventoryitemrole.html

@@ -40,6 +40,7 @@
     {% plugin_left_page object %}
 	</div>
 	<div class="col col-12 col-md-6">
+    {% include 'inc/panels/comments.html' %}
     {% include 'inc/panels/custom_fields.html' %}
     {% plugin_right_page object %}
   </div>

+ 1 - 0
netbox/templates/ipam/asnrange.html

@@ -44,6 +44,7 @@
       {% include 'inc/panels/tags.html' %}
     </div>
     <div class="col col-12 col-md-6">
+      {% include 'inc/panels/comments.html' %}
       {% include 'inc/panels/custom_fields.html' %}
       {% plugin_right_page object %}
     </div>

+ 1 - 0
netbox/templates/ipam/rir.html

@@ -37,6 +37,7 @@
 	</div>
 	<div class="col col-12 col-md-6">
     {% include 'inc/panels/related_objects.html' %}
+    {% include 'inc/panels/comments.html' %}
     {% include 'inc/panels/custom_fields.html' %}
     {% plugin_right_page object %}
   </div>

+ 1 - 0
netbox/templates/ipam/role.html

@@ -37,6 +37,7 @@
 	</div>
 	<div class="col col-12 col-md-6">
     {% include 'inc/panels/related_objects.html' %}
+    {% include 'inc/panels/comments.html' %}
     {% include 'inc/panels/custom_fields.html' %}
     {% plugin_right_page object %}
   </div>

+ 1 - 0
netbox/templates/ipam/vlangroup.html

@@ -62,6 +62,7 @@
 	</div>
 	<div class="col col-12 col-md-6">
     {% include 'inc/panels/related_objects.html' %}
+    {% include 'inc/panels/comments.html' %}
     {% include 'inc/panels/custom_fields.html' %}
     {% plugin_right_page object %}
   </div>

+ 1 - 0
netbox/templates/tenancy/contactrole.html

@@ -29,6 +29,7 @@
     </div>
     <div class="col col-12 col-md-6">
       {% include 'inc/panels/related_objects.html' %}
+      {% include 'inc/panels/comments.html' %}
       {% include 'inc/panels/custom_fields.html' %}
       {% plugin_right_page object %}
     </div>

+ 1 - 0
netbox/templates/virtualization/clustergroup.html

@@ -33,6 +33,7 @@
 	</div>
 	<div class="col col-12 col-md-6">
     {% include 'inc/panels/related_objects.html' %}
+    {% include 'inc/panels/comments.html' %}
     {% include 'inc/panels/custom_fields.html' %}
     {% plugin_right_page object %}
   </div>

+ 1 - 0
netbox/templates/virtualization/clustertype.html

@@ -39,6 +39,7 @@
 	</div>
 	<div class="col col-12 col-md-6">
     {% include 'inc/panels/related_objects.html' %}
+    {% include 'inc/panels/comments.html' %}
     {% include 'inc/panels/custom_fields.html' %}
     {% plugin_right_page object %}
   </div>

+ 1 - 0
netbox/templates/vpn/tunnelgroup.html

@@ -37,6 +37,7 @@
     </div>
     <div class="col col-12 col-md-6">
       {% include 'inc/panels/related_objects.html' %}
+      {% include 'inc/panels/comments.html' %}
       {% include 'inc/panels/custom_fields.html' %}
       {% plugin_right_page object %}
     </div>