From 03d71f976496c9e4d3aeef81416bb6c8e0df9739 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 29 Jul 2016 11:20:47 -0400 Subject: [PATCH] Standardized breadcrumb hierarchies --- netbox/templates/circuits/circuit.html | 6 +++--- netbox/templates/dcim/rack.html | 4 ++-- netbox/templates/ipam/inc/prefix_header.html | 8 +++----- netbox/templates/ipam/ipaddress.html | 11 +++++------ netbox/templates/ipam/vlan.html | 7 +++++-- netbox/templates/ipam/vrf.html | 20 ++++++++++++++++++++ netbox/templates/secrets/secret.html | 4 ++-- netbox/templates/tenancy/tenant.html | 1 + 8 files changed, 41 insertions(+), 20 deletions(-) diff --git a/netbox/templates/circuits/circuit.html b/netbox/templates/circuits/circuit.html index c6fcbfd87..7c4f6b8fa 100644 --- a/netbox/templates/circuits/circuit.html +++ b/netbox/templates/circuits/circuit.html @@ -7,9 +7,9 @@
diff --git a/netbox/templates/dcim/rack.html b/netbox/templates/dcim/rack.html index 93df009b9..d5928e1c7 100644 --- a/netbox/templates/dcim/rack.html +++ b/netbox/templates/dcim/rack.html @@ -8,8 +8,8 @@
diff --git a/netbox/templates/ipam/inc/prefix_header.html b/netbox/templates/ipam/inc/prefix_header.html index 8bbdfe055..5c3896884 100644 --- a/netbox/templates/ipam/inc/prefix_header.html +++ b/netbox/templates/ipam/inc/prefix_header.html @@ -1,11 +1,9 @@
diff --git a/netbox/templates/ipam/ipaddress.html b/netbox/templates/ipam/ipaddress.html index 9112707a7..9c283e917 100644 --- a/netbox/templates/ipam/ipaddress.html +++ b/netbox/templates/ipam/ipaddress.html @@ -7,12 +7,11 @@
diff --git a/netbox/templates/ipam/vlan.html b/netbox/templates/ipam/vlan.html index cf525ff58..9555a6ea9 100644 --- a/netbox/templates/ipam/vlan.html +++ b/netbox/templates/ipam/vlan.html @@ -7,8 +7,11 @@
diff --git a/netbox/templates/ipam/vrf.html b/netbox/templates/ipam/vrf.html index 948ee1d89..8a8f67c9b 100644 --- a/netbox/templates/ipam/vrf.html +++ b/netbox/templates/ipam/vrf.html @@ -4,6 +4,26 @@ {% block title %}VRF {{ vrf }}{% endblock %} {% block content %} +
+
+ +
+
+
+
+ + + + +
+
+
+
diff --git a/netbox/templates/tenancy/tenant.html b/netbox/templates/tenancy/tenant.html index a12ed8fa8..fdeae4af7 100644 --- a/netbox/templates/tenancy/tenant.html +++ b/netbox/templates/tenancy/tenant.html @@ -7,6 +7,7 @@