diff --git a/docs/release-notes/version-2.6.md b/docs/release-notes/version-2.6.md index 59d34495f..974a3e39d 100644 --- a/docs/release-notes/version-2.6.md +++ b/docs/release-notes/version-2.6.md @@ -1,5 +1,9 @@ # v2.6.9 (FUTURE) +## Enhancements + +* [#3152](https://github.com/netbox-community/netbox/issues/3152) - Include direct link to rack elevations on site view + ## Bug Fixes * [#3749](https://github.com/netbox-community/netbox/issues/3749) - Fix exception on password change page for local users diff --git a/netbox/templates/dcim/site.html b/netbox/templates/dcim/site.html index 0e38d2967..10e951efe 100644 --- a/netbox/templates/dcim/site.html +++ b/netbox/templates/dcim/site.html @@ -251,25 +251,28 @@
Rack Groups
- {% if rack_groups %} - - {% for rg in rack_groups %} - - - - - - {% endfor %} -
{{ rg }}{{ rg.rack_count }} - - - -
- {% else %} -
- None -
- {% endif %} + + {% for rg in rack_groups %} + + + + + + {% endfor %} + + + + + +
{{ rg }}{{ rg.rack_count }} + + + +
All racks{{ stats.rack_count }} + + + +