[PR #3920] [MERGED] Fixes #3919: Utilization graph bar bounds #12699

Closed
opened 2025-12-29 22:23:07 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3920
Author: @hSaria
Created: 1/14/2020
Status: Merged
Merged: 1/15/2020
Merged by: @jeremystretch

Base: developHead: 3919-utilization-bar-width


📝 Commits (2)

  • a9e1e7f Fixes #3919: Utilization graph bar bounds
  • 351a6e0 Merge branch 'develop' into 3919-utilization-bar-width

📊 Changes

2 files changed (+3 additions, -2 deletions)

View changed files

📝 docs/release-notes/version-2.6.md (+2 -1)
📝 netbox/templates/utilities/templatetags/utilization_graph.html (+1 -1)

📄 Description

Fixes: #3919

In the utilization graph, the CSS width attribute of the bar was being set above 100% like the text, instead of maxing at 100% for the width attribute, which moves the text proportionately to right (screenshots in #3919).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/3920 **Author:** [@hSaria](https://github.com/hSaria) **Created:** 1/14/2020 **Status:** ✅ Merged **Merged:** 1/15/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `3919-utilization-bar-width` --- ### 📝 Commits (2) - [`a9e1e7f`](https://github.com/netbox-community/netbox/commit/a9e1e7fc789317384e8f4e173dab7b46bc9afedd) Fixes #3919: Utilization graph bar bounds - [`351a6e0`](https://github.com/netbox-community/netbox/commit/351a6e005e9d8d532a98eab22d776e4a0f762d15) Merge branch 'develop' into 3919-utilization-bar-width ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.6.md` (+2 -1) 📝 `netbox/templates/utilities/templatetags/utilization_graph.html` (+1 -1) </details> ### 📄 Description ### Fixes: #3919 In the utilization graph, the CSS width attribute of the bar was being set above 100% like the text, instead of maxing at 100% for the width attribute, which moves the text proportionately to right (screenshots in #3919). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:23:07 +01:00
adam closed this issue 2025-12-29 22:23:07 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12699