diff --git a/netbox/templates/circuits/circuit.html b/netbox/templates/circuits/circuit.html index 423920fcdb4..576a7775de8 100644 --- a/netbox/templates/circuits/circuit.html +++ b/netbox/templates/circuits/circuit.html @@ -3,9 +3,8 @@ {% load plugins %} {% block breadcrumbs %} - + {{ block.super }} - {% endblock %} {% block content %} diff --git a/netbox/templates/circuits/circuittype.html b/netbox/templates/circuits/circuittype.html index 62e301dc91d..899ba83c3a4 100644 --- a/netbox/templates/circuits/circuittype.html +++ b/netbox/templates/circuits/circuittype.html @@ -2,11 +2,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/circuits/provider.html b/netbox/templates/circuits/provider.html index 8ca9b2c4cef..c331c978a2a 100644 --- a/netbox/templates/circuits/provider.html +++ b/netbox/templates/circuits/provider.html @@ -3,11 +3,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/circuits/providernetwork.html b/netbox/templates/circuits/providernetwork.html index f0bf4c4cae0..e54eae22716 100644 --- a/netbox/templates/circuits/providernetwork.html +++ b/netbox/templates/circuits/providernetwork.html @@ -4,9 +4,8 @@ {% load plugins %} {% block breadcrumbs %} - + {{ block.super }} - {% endblock %} {% block content %} diff --git a/netbox/templates/dcim/cable.html b/netbox/templates/dcim/cable.html index af55cd70b7f..55af37b888c 100644 --- a/netbox/templates/dcim/cable.html +++ b/netbox/templates/dcim/cable.html @@ -4,11 +4,6 @@ {% load perms %} {% load plugins %} -{% block breadcrumbs %} - - -{% endblock %} - {% block controls %} {% plugin_buttons object %}
diff --git a/netbox/templates/dcim/consoleport.html b/netbox/templates/dcim/consoleport.html index 084dc5d7dda..20e67a2d168 100644 --- a/netbox/templates/dcim/consoleport.html +++ b/netbox/templates/dcim/consoleport.html @@ -2,11 +2,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/dcim/consoleserverport.html b/netbox/templates/dcim/consoleserverport.html index e32c4f0fc8b..676dbf0963c 100644 --- a/netbox/templates/dcim/consoleserverport.html +++ b/netbox/templates/dcim/consoleserverport.html @@ -2,11 +2,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/dcim/device/base.html b/netbox/templates/dcim/device/base.html index 32a637c57c5..8bc10352cf8 100644 --- a/netbox/templates/dcim/device/base.html +++ b/netbox/templates/dcim/device/base.html @@ -5,13 +5,12 @@ {% load plugins %} {% block breadcrumbs %} - + {{ block.super }} {% if object.parent_bay %} {% endif %} - {% endblock %} {% block extra_controls %} diff --git a/netbox/templates/dcim/device_component.html b/netbox/templates/dcim/device_component.html index 998551838f4..fbd542774e2 100644 --- a/netbox/templates/dcim/device_component.html +++ b/netbox/templates/dcim/device_component.html @@ -3,13 +3,7 @@ {% load perms %} {% load plugins %} -{% block title %}{{ object.device }} / {{ object }}{% endblock %} - {% block breadcrumbs %} - - - {% if breadcrumb_url %} - - {% endif %} - + {{ block.super }} + {% endblock %} diff --git a/netbox/templates/dcim/devicebay.html b/netbox/templates/dcim/devicebay.html index cafbffa76bd..cc19413b13e 100644 --- a/netbox/templates/dcim/devicebay.html +++ b/netbox/templates/dcim/devicebay.html @@ -2,11 +2,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/dcim/devicerole.html b/netbox/templates/dcim/devicerole.html index 87b078e594e..e6890b17d65 100644 --- a/netbox/templates/dcim/devicerole.html +++ b/netbox/templates/dcim/devicerole.html @@ -4,7 +4,6 @@ {% block breadcrumbs %} - {% endblock %} {% block content %} diff --git a/netbox/templates/dcim/devicetype.html b/netbox/templates/dcim/devicetype.html index 984fc81ac66..532dad86c86 100644 --- a/netbox/templates/dcim/devicetype.html +++ b/netbox/templates/dcim/devicetype.html @@ -6,9 +6,8 @@ {% block title %}{{ object.manufacturer }} {{ object.model }}{% endblock %} {% block breadcrumbs %} - + {{ block.super }} - {% endblock %} {% block controls %} diff --git a/netbox/templates/dcim/frontport.html b/netbox/templates/dcim/frontport.html index c5b2efe8d03..43ded0c6a1a 100644 --- a/netbox/templates/dcim/frontport.html +++ b/netbox/templates/dcim/frontport.html @@ -2,12 +2,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/dcim/interface.html b/netbox/templates/dcim/interface.html index ba6ba6a1326..ecffeca2de0 100644 --- a/netbox/templates/dcim/interface.html +++ b/netbox/templates/dcim/interface.html @@ -3,11 +3,6 @@ {% load plugins %} {% load render_table from django_tables2 %} -{% block breadcrumbs %} - - -{% endblock %} - {% block extra_controls %} {% if perms.dcim.add_interface and not object.is_virtual %} diff --git a/netbox/templates/dcim/inventoryitem.html b/netbox/templates/dcim/inventoryitem.html index 509c7f804d9..545e8f1e45a 100644 --- a/netbox/templates/dcim/inventoryitem.html +++ b/netbox/templates/dcim/inventoryitem.html @@ -2,11 +2,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/dcim/location.html b/netbox/templates/dcim/location.html index f151f08bfc1..16a4f87933e 100644 --- a/netbox/templates/dcim/location.html +++ b/netbox/templates/dcim/location.html @@ -3,11 +3,10 @@ {% load plugins %} {% block breadcrumbs %} - + {{ block.super }} {% for location in object.get_ancestors %} {% endfor %} - {% endblock %} {% block content %} diff --git a/netbox/templates/dcim/manufacturer.html b/netbox/templates/dcim/manufacturer.html index a4624c42f56..e814a778e01 100644 --- a/netbox/templates/dcim/manufacturer.html +++ b/netbox/templates/dcim/manufacturer.html @@ -2,11 +2,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/dcim/platform.html b/netbox/templates/dcim/platform.html index e921fc0b936..8e364000946 100644 --- a/netbox/templates/dcim/platform.html +++ b/netbox/templates/dcim/platform.html @@ -3,8 +3,10 @@ {% load plugins %} {% block breadcrumbs %} - - + {{ block.super }} + {% if object.manufacturer %} + + {% endif %} {% endblock %} {% block content %} diff --git a/netbox/templates/dcim/powerfeed.html b/netbox/templates/dcim/powerfeed.html index 3331bd085c0..0632cff4c57 100644 --- a/netbox/templates/dcim/powerfeed.html +++ b/netbox/templates/dcim/powerfeed.html @@ -5,13 +5,12 @@ {% load plugins %} {% block breadcrumbs %} - + {{ block.super }} {% if object.rack %} {% endif %} - {% endblock %} {% block content %} diff --git a/netbox/templates/dcim/poweroutlet.html b/netbox/templates/dcim/poweroutlet.html index 2ef2fd8dda9..ef7b4319a62 100644 --- a/netbox/templates/dcim/poweroutlet.html +++ b/netbox/templates/dcim/poweroutlet.html @@ -2,11 +2,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/dcim/powerpanel.html b/netbox/templates/dcim/powerpanel.html index d21d8cb7a0c..c0bfbcf25f8 100644 --- a/netbox/templates/dcim/powerpanel.html +++ b/netbox/templates/dcim/powerpanel.html @@ -4,12 +4,11 @@ {% load render_table from django_tables2 %} {% block breadcrumbs %} - + {{ block.super }} {% if object.location %} {% endif %} - {% endblock %} {% block content %} diff --git a/netbox/templates/dcim/powerport.html b/netbox/templates/dcim/powerport.html index e3d94ecfbbb..f997f02c953 100644 --- a/netbox/templates/dcim/powerport.html +++ b/netbox/templates/dcim/powerport.html @@ -2,11 +2,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/dcim/rack.html b/netbox/templates/dcim/rack.html index 025cdc86237..25d4e888f5e 100644 --- a/netbox/templates/dcim/rack.html +++ b/netbox/templates/dcim/rack.html @@ -7,15 +7,14 @@ {% block title %}Rack {{ object }}{% endblock %} {% block breadcrumbs %} - + {{ block.super }} - {% if object.group %} - {% for group in object.group.get_ancestors %} - + {% if object.location %} + {% for location in object.location.get_ancestors %} + {% endfor %} - + {% endif %} - {% endblock %} {% block extra_controls %} diff --git a/netbox/templates/dcim/rackreservation.html b/netbox/templates/dcim/rackreservation.html index e685ba18e1a..27e44817025 100644 --- a/netbox/templates/dcim/rackreservation.html +++ b/netbox/templates/dcim/rackreservation.html @@ -5,8 +5,8 @@ {% load plugins %} {% block breadcrumbs %} - - + {{ block.super }} + {% endblock %} diff --git a/netbox/templates/dcim/rackrole.html b/netbox/templates/dcim/rackrole.html index 85da68a25ce..703e7e3d2d1 100644 --- a/netbox/templates/dcim/rackrole.html +++ b/netbox/templates/dcim/rackrole.html @@ -2,11 +2,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/dcim/rearport.html b/netbox/templates/dcim/rearport.html index 5fb33084468..1104bd98882 100644 --- a/netbox/templates/dcim/rearport.html +++ b/netbox/templates/dcim/rearport.html @@ -2,11 +2,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/dcim/region.html b/netbox/templates/dcim/region.html index 2f59f935e46..b46c905c318 100644 --- a/netbox/templates/dcim/region.html +++ b/netbox/templates/dcim/region.html @@ -3,11 +3,10 @@ {% load plugins %} {% block breadcrumbs %} - + {{ block.super }} {% for region in object.get_ancestors %} - + {% endfor %} - {% endblock %} {% block content %} diff --git a/netbox/templates/dcim/site.html b/netbox/templates/dcim/site.html index 8f8ac1a7d16..72ce2b21ec1 100644 --- a/netbox/templates/dcim/site.html +++ b/netbox/templates/dcim/site.html @@ -4,14 +4,18 @@ {% load tz %} {% block breadcrumbs %} - + {{ block.super }} {% if object.region %} {% for region in object.region.get_ancestors %} - + {% endfor %} - + + {% elif object.group %} + {% for group in object.group.get_ancestors %} + + {% endfor %} + {% endif %} - {% endblock %} {% block content %} diff --git a/netbox/templates/dcim/sitegroup.html b/netbox/templates/dcim/sitegroup.html index 6fe426859d7..856a86d64c5 100644 --- a/netbox/templates/dcim/sitegroup.html +++ b/netbox/templates/dcim/sitegroup.html @@ -3,11 +3,10 @@ {% load plugins %} {% block breadcrumbs %} - + {{ block.super }} {% for sitegroup in object.get_ancestors %} - + {% endfor %} - {% endblock %} {% block content %} diff --git a/netbox/templates/dcim/virtualchassis.html b/netbox/templates/dcim/virtualchassis.html index 6f98559db94..fe2f7baa934 100644 --- a/netbox/templates/dcim/virtualchassis.html +++ b/netbox/templates/dcim/virtualchassis.html @@ -3,14 +3,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - {% if object.master %} - - {% endif %} - -{% endblock %} - {% block buttons %} {% if perms.dcim.change_virtualchassis %} {% edit_button object %} diff --git a/netbox/templates/extras/configcontext.html b/netbox/templates/extras/configcontext.html index dde954a2d55..0b6cc9eab16 100644 --- a/netbox/templates/extras/configcontext.html +++ b/netbox/templates/extras/configcontext.html @@ -2,11 +2,6 @@ {% load helpers %} {% load static %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/extras/customfield.html b/netbox/templates/extras/customfield.html index f0694f33a3a..49e3d2daf1e 100644 --- a/netbox/templates/extras/customfield.html +++ b/netbox/templates/extras/customfield.html @@ -2,11 +2,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/extras/customlink.html b/netbox/templates/extras/customlink.html index f337fd6e41d..5a3c3056e63 100644 --- a/netbox/templates/extras/customlink.html +++ b/netbox/templates/extras/customlink.html @@ -2,11 +2,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/extras/exporttemplate.html b/netbox/templates/extras/exporttemplate.html index 1da716d7157..5a4b150a767 100644 --- a/netbox/templates/extras/exporttemplate.html +++ b/netbox/templates/extras/exporttemplate.html @@ -3,8 +3,8 @@ {% load plugins %} {% block breadcrumbs %} - - + {{ block.super }} + {% endblock %} {% block content %} diff --git a/netbox/templates/extras/journalentry.html b/netbox/templates/extras/journalentry.html index c5077bca7bd..2862fb8bcfe 100644 --- a/netbox/templates/extras/journalentry.html +++ b/netbox/templates/extras/journalentry.html @@ -3,9 +3,8 @@ {% load static %} {% block breadcrumbs %} - + {{ block.super }} - {% endblock %} {% block content %} diff --git a/netbox/templates/extras/objectchange.html b/netbox/templates/extras/objectchange.html index 1de40f5c7c6..8774f3669b9 100644 --- a/netbox/templates/extras/objectchange.html +++ b/netbox/templates/extras/objectchange.html @@ -12,7 +12,6 @@ {% elif object.changed_object %} {% endif %} - {% endblock %} {% block content %} diff --git a/netbox/templates/extras/report.html b/netbox/templates/extras/report.html index 1ca0294e63d..e486f9255a9 100644 --- a/netbox/templates/extras/report.html +++ b/netbox/templates/extras/report.html @@ -6,7 +6,6 @@ {% block breadcrumbs %} - {% endblock %} {% block content %} diff --git a/netbox/templates/extras/script.html b/netbox/templates/extras/script.html index 47a8c1f7752..6d394b874b9 100644 --- a/netbox/templates/extras/script.html +++ b/netbox/templates/extras/script.html @@ -8,7 +8,6 @@ {% block breadcrumbs %} - {% endblock %} {% block content %} diff --git a/netbox/templates/extras/tag.html b/netbox/templates/extras/tag.html index 285bcab8001..cd4257179fa 100644 --- a/netbox/templates/extras/tag.html +++ b/netbox/templates/extras/tag.html @@ -2,11 +2,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/extras/webhook.html b/netbox/templates/extras/webhook.html index 9546952e586..a24cbe6dbf6 100644 --- a/netbox/templates/extras/webhook.html +++ b/netbox/templates/extras/webhook.html @@ -2,11 +2,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/generic/object.html b/netbox/templates/generic/object.html index d3d11c31f46..70dfa46fa07 100644 --- a/netbox/templates/generic/object.html +++ b/netbox/templates/generic/object.html @@ -9,7 +9,9 @@ {# Breadcrumbs #} {{ block.super }} diff --git a/netbox/templates/ipam/aggregate.html b/netbox/templates/ipam/aggregate.html index 4696465c7b8..0e8366e4aad 100644 --- a/netbox/templates/ipam/aggregate.html +++ b/netbox/templates/ipam/aggregate.html @@ -4,9 +4,8 @@ {% load plugins %} {% block breadcrumbs %} - + {{ block.super }} - {% endblock %} {% block extra_controls %} diff --git a/netbox/templates/ipam/ipaddress.html b/netbox/templates/ipam/ipaddress.html index effdbfab76e..7dbc05bba23 100644 --- a/netbox/templates/ipam/ipaddress.html +++ b/netbox/templates/ipam/ipaddress.html @@ -4,11 +4,10 @@ {% load render_table from django_tables2 %} {% block breadcrumbs %} - + {{ block.super }} {% if object.vrf %} - + {% endif %} - {% endblock %} {% block content %} diff --git a/netbox/templates/ipam/iprange/base.html b/netbox/templates/ipam/iprange/base.html index 9924a6b6b38..1993e29c41e 100644 --- a/netbox/templates/ipam/iprange/base.html +++ b/netbox/templates/ipam/iprange/base.html @@ -3,17 +3,10 @@ {% load helpers %} {% block breadcrumbs %} - + {{ block.super }} {% if object.vrf %} - + {% endif %} - {% endblock %} {% block tab_items %} diff --git a/netbox/templates/ipam/prefix/base.html b/netbox/templates/ipam/prefix/base.html index 9edeef16715..eca2250a67e 100644 --- a/netbox/templates/ipam/prefix/base.html +++ b/netbox/templates/ipam/prefix/base.html @@ -3,17 +3,10 @@ {% load helpers %} {% block breadcrumbs %} - + {{ block.super }} {% if object.vrf %} - + {% endif %} - {% endblock %} {% block tab_items %} diff --git a/netbox/templates/ipam/rir.html b/netbox/templates/ipam/rir.html index 4bbf9b99d3e..d9d13e11031 100644 --- a/netbox/templates/ipam/rir.html +++ b/netbox/templates/ipam/rir.html @@ -2,11 +2,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/ipam/role.html b/netbox/templates/ipam/role.html index be2360600b7..72a4767c916 100644 --- a/netbox/templates/ipam/role.html +++ b/netbox/templates/ipam/role.html @@ -2,11 +2,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/ipam/routetarget.html b/netbox/templates/ipam/routetarget.html index c29bdc0bd6b..14a0e0ddde4 100644 --- a/netbox/templates/ipam/routetarget.html +++ b/netbox/templates/ipam/routetarget.html @@ -2,11 +2,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/ipam/service.html b/netbox/templates/ipam/service.html index d1065a398df..17415ac7c57 100644 --- a/netbox/templates/ipam/service.html +++ b/netbox/templates/ipam/service.html @@ -5,9 +5,12 @@ {% load plugins %} {% block breadcrumbs %} - - - + {{ block.super }} + {% if object.device %} + + {% elif object.virtual_machine %} + + {% endif %} {% endblock %} {% block controls %} diff --git a/netbox/templates/ipam/vlan/base.html b/netbox/templates/ipam/vlan/base.html index ae2e254f193..bd8dfe4c7ae 100644 --- a/netbox/templates/ipam/vlan/base.html +++ b/netbox/templates/ipam/vlan/base.html @@ -5,22 +5,13 @@ {% block title %}VLAN {{ object }}{% endblock %} {% block breadcrumbs %} - -{% if object.site %} - -{% endif %} -{% if object.group %} - -{% endif %} - + {{ block.super }} + {% if object.site %} + + {% endif %} + {% if object.group %} + + {% endif %} {% endblock %} {% block tabs %} diff --git a/netbox/templates/ipam/vlangroup.html b/netbox/templates/ipam/vlangroup.html index 285851e7b85..a46bef3b060 100644 --- a/netbox/templates/ipam/vlangroup.html +++ b/netbox/templates/ipam/vlangroup.html @@ -3,11 +3,11 @@ {% load plugins %} {% block breadcrumbs %} - + {{ block.super }} {% if object.scope %} + {# TODO: This should link to a filtered list of VLANGroups #} {% endif %} - {% endblock %} {% block buttons %} diff --git a/netbox/templates/ipam/vrf.html b/netbox/templates/ipam/vrf.html index 937c1d6de47..37fb5a531b8 100644 --- a/netbox/templates/ipam/vrf.html +++ b/netbox/templates/ipam/vrf.html @@ -5,11 +5,6 @@ {% block title %}VRF {{ object }}{% endblock %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/tenancy/tenant.html b/netbox/templates/tenancy/tenant.html index 9e5391bb268..7d251739bad 100644 --- a/netbox/templates/tenancy/tenant.html +++ b/netbox/templates/tenancy/tenant.html @@ -3,11 +3,10 @@ {% load plugins %} {% block breadcrumbs %} - + {{ block.super }} {% if object.group %} - + {% endif %} - {% endblock breadcrumbs %} {% block content %} diff --git a/netbox/templates/tenancy/tenantgroup.html b/netbox/templates/tenancy/tenantgroup.html index 12a81a1e862..c442cfcd30d 100644 --- a/netbox/templates/tenancy/tenantgroup.html +++ b/netbox/templates/tenancy/tenantgroup.html @@ -3,11 +3,10 @@ {% load plugins %} {% block breadcrumbs %} - + {{ block.super }} {% for tenantgroup in object.get_ancestors %} - + {% endfor %} - {% endblock %} {% block content %} diff --git a/netbox/templates/virtualization/cluster/base.html b/netbox/templates/virtualization/cluster/base.html index 0ae02d2ce63..dbcd08ea014 100644 --- a/netbox/templates/virtualization/cluster/base.html +++ b/netbox/templates/virtualization/cluster/base.html @@ -4,17 +4,11 @@ {% load plugins %} {% block breadcrumbs %} - -{% if object.group %} - -{% endif %} - + {{ block.super }} + + {% if object.group %} + + {% endif %} {% endblock %} {% block extra_controls %} diff --git a/netbox/templates/virtualization/clustergroup.html b/netbox/templates/virtualization/clustergroup.html index f9a37aaeade..f7e8cbe5b7f 100644 --- a/netbox/templates/virtualization/clustergroup.html +++ b/netbox/templates/virtualization/clustergroup.html @@ -2,11 +2,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/virtualization/clustertype.html b/netbox/templates/virtualization/clustertype.html index 9c3fa8ba0c4..9ef1abb8ead 100644 --- a/netbox/templates/virtualization/clustertype.html +++ b/netbox/templates/virtualization/clustertype.html @@ -2,11 +2,6 @@ {% load helpers %} {% load plugins %} -{% block breadcrumbs %} - - -{% endblock %} - {% block content %}
diff --git a/netbox/templates/virtualization/virtualmachine/base.html b/netbox/templates/virtualization/virtualmachine/base.html index 3c0d8fe9374..83b134230d4 100644 --- a/netbox/templates/virtualization/virtualmachine/base.html +++ b/netbox/templates/virtualization/virtualmachine/base.html @@ -4,9 +4,8 @@ {% load plugins %} {% block breadcrumbs %} - + {{ block.super }} - {% endblock %} {% block extra_controls %} diff --git a/netbox/templates/virtualization/vminterface.html b/netbox/templates/virtualization/vminterface.html index 5429aadd033..8269997749f 100644 --- a/netbox/templates/virtualization/vminterface.html +++ b/netbox/templates/virtualization/vminterface.html @@ -3,12 +3,9 @@ {% load plugins %} {% load render_table from django_tables2 %} -{% block title %}{{ object.virtual_machine }} / {{ object.name }}{% endblock %} - {% block breadcrumbs %} - - - + {{ block.super }} + {% endblock %} {% block content %}