From 9a911f831772f71cb001a214a041959089b5f35a Mon Sep 17 00:00:00 2001 From: Brian Tiemann Date: Sun, 20 Oct 2024 19:05:24 -0400 Subject: [PATCH] Cleanup indentation --- .../templates/ipam/vlantranslationpolicy.html | 58 ++++++++-------- .../templates/ipam/vlantranslationrule.html | 66 +++++++++---------- 2 files changed, 62 insertions(+), 62 deletions(-) diff --git a/netbox/templates/ipam/vlantranslationpolicy.html b/netbox/templates/ipam/vlantranslationpolicy.html index 616205428..f26f8db60 100644 --- a/netbox/templates/ipam/vlantranslationpolicy.html +++ b/netbox/templates/ipam/vlantranslationpolicy.html @@ -5,33 +5,33 @@ {% load i18n %} {% block content %} -
-
-
-

{% trans "VLAN Translation Policy" %}

- - - - - - - - - -
{% trans "DNS Name" %}{{ object.name|placeholder }}
{% trans "Description" %}{{ object.description|placeholder }}
-
- {% plugin_left_page object %} -
-
- {% include 'inc/panels/tags.html' %} - {% include 'inc/panels/custom_fields.html' %} - {% include 'inc/panels/comments.html' %} - {% plugin_right_page object %} -
-
-
-
- {% plugin_full_width_page object %} -
-
+
+
+
+

{% trans "VLAN Translation Policy" %}

+ + + + + + + + + +
{% trans "DNS Name" %}{{ object.name|placeholder }}
{% trans "Description" %}{{ object.description|placeholder }}
+
+ {% plugin_left_page object %} +
+
+ {% include 'inc/panels/tags.html' %} + {% include 'inc/panels/custom_fields.html' %} + {% include 'inc/panels/comments.html' %} + {% plugin_right_page object %} +
+
+
+
+ {% plugin_full_width_page object %} +
+
{% endblock %} diff --git a/netbox/templates/ipam/vlantranslationrule.html b/netbox/templates/ipam/vlantranslationrule.html index 646e88b2b..e280c28dd 100644 --- a/netbox/templates/ipam/vlantranslationrule.html +++ b/netbox/templates/ipam/vlantranslationrule.html @@ -5,37 +5,37 @@ {% load i18n %} {% block content %} -
-
-
-

{% trans "VLAN Translation Rule" %}

- - - - - - - - - - - - - -
{% trans "Policy" %}{{ object.policy|placeholder }}
{% trans "Local VID" %}{{ object.local_vid|placeholder }}
{% trans "Remote VID" %}{{ object.remote_vid|placeholder }}
-
- {% plugin_left_page object %} -
-
- {% include 'inc/panels/tags.html' %} - {% include 'inc/panels/custom_fields.html' %} - {% include 'inc/panels/comments.html' %} - {% plugin_right_page object %} -
-
-
-
- {% plugin_full_width_page object %} -
-
+
+
+
+

{% trans "VLAN Translation Rule" %}

+ + + + + + + + + + + + + +
{% trans "Policy" %}{{ object.policy|placeholder }}
{% trans "Local VID" %}{{ object.local_vid|placeholder }}
{% trans "Remote VID" %}{{ object.remote_vid|placeholder }}
+
+ {% plugin_left_page object %} +
+
+ {% include 'inc/panels/tags.html' %} + {% include 'inc/panels/custom_fields.html' %} + {% include 'inc/panels/comments.html' %} + {% plugin_right_page object %} +
+
+
+
+ {% plugin_full_width_page object %} +
+
{% endblock %}