diff --git a/docs/release-notes/version-3.1.md b/docs/release-notes/version-3.1.md index 2cc3536b3..57c734055 100644 --- a/docs/release-notes/version-3.1.md +++ b/docs/release-notes/version-3.1.md @@ -8,6 +8,7 @@ * [#8057](https://github.com/netbox-community/netbox/issues/8057) - Dynamic object tables using HTMX * [#8080](https://github.com/netbox-community/netbox/issues/8080) - Link to NAT IPs for device/VM primary IPs * [#8081](https://github.com/netbox-community/netbox/issues/8081) - Allow creating services directly from navigation menu +* [#8108](https://github.com/netbox-community/netbox/issues/8108) - Improve breadcrumb links for device/VM components ### Bug Fixes diff --git a/netbox/templates/dcim/consoleport.html b/netbox/templates/dcim/consoleport.html index 60711eb9d..38cfb90ae 100644 --- a/netbox/templates/dcim/consoleport.html +++ b/netbox/templates/dcim/consoleport.html @@ -1,7 +1,14 @@ -{% extends 'dcim/device_component.html' %} +{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} +{% block breadcrumbs %} + {{ block.super }} +