diff --git a/netbox/templates/circuits/provider.html b/netbox/templates/circuits/provider.html index c331c978a..9434d99ec 100644 --- a/netbox/templates/circuits/provider.html +++ b/netbox/templates/circuits/provider.html @@ -5,7 +5,7 @@ {% block content %}
-
+
Provider @@ -14,7 +14,7 @@ - + @@ -65,8 +65,8 @@ {% plugin_right_page object %} - -
+
+
Circuits diff --git a/netbox/templates/circuits/providernetwork.html b/netbox/templates/circuits/providernetwork.html index e54eae227..49f34e922 100644 --- a/netbox/templates/circuits/providernetwork.html +++ b/netbox/templates/circuits/providernetwork.html @@ -29,7 +29,7 @@
- +
ASN{{ object.asn|placeholder }}{{ object.asn|placeholder }}
Account
Description{{ object.description }}{{ object.description|placeholder }}
diff --git a/netbox/templates/dcim/platform.html b/netbox/templates/dcim/platform.html index 8e3640009..c19790b1e 100644 --- a/netbox/templates/dcim/platform.html +++ b/netbox/templates/dcim/platform.html @@ -40,10 +40,6 @@ NAPALM Driver {{ object.napalm_driver|placeholder }} - - NAPALM Arguments -
{{ object.napalm_args }}
- Devices @@ -56,6 +52,14 @@ {% plugin_left_page object %}
+
+
+ NAPALM Arguments +
+
+
{{ object.napalm_args }}
+
+
{% include 'inc/custom_fields_panel.html' %} {% plugin_right_page object %}
diff --git a/netbox/templates/ipam/prefix.html b/netbox/templates/ipam/prefix.html index 08270f760..e112ee82c 100644 --- a/netbox/templates/ipam/prefix.html +++ b/netbox/templates/ipam/prefix.html @@ -11,16 +11,6 @@
- - - @@ -94,6 +84,22 @@ {% endif %} + + + + + + + + diff --git a/netbox/templates/ipam/vrf.html b/netbox/templates/ipam/vrf.html index 37fb5a531..d39b1999d 100644 --- a/netbox/templates/ipam/vrf.html +++ b/netbox/templates/ipam/vrf.html @@ -14,15 +14,6 @@
- {{ object.get_status_display }} - {% if object.is_pool %} - Is a Pool - {% else %} - Not a Pool - {% endif %} -
Family IPv{{ object.family }}
Status + {{ object.get_status_display }} +
Is a pool + {% if object.is_pool %} + + {% else %} + + {% endif %} +
Description {{ object.description|placeholder }}
- - - @@ -37,6 +28,16 @@ {% endif %} + + + +
- {% if object.enforce_unique %} - Unique IP Space - {% else %} - Non-Unique IP Space - {% endif %} -
Route Distinguisher {{ object.rd }}
Unique IP Space + {% if object.enforce_unique %} + + {% else %} + + {% endif %} +
Description {{ object.description|placeholder }}