Display of space utilization in rack table is broken #9433

Closed
opened 2025-12-29 20:49:54 +01:00 by adam · 3 comments
Owner

Originally created by @julianstolp on GitHub (Apr 4, 2024).

Originally assigned to: @jeremystretch on GitHub.

Deployment Type

Self-hosted

NetBox Version

v4.0-beta1

Python Version

3.10

Steps to Reproduce

  1. Open the rack table view /dcim/racks
  2. See SPACE column

Expected Behavior

Open the prefix table view /ipam/prefixes/. The values are displayed so one can read these.
image

Observed Behavior

Space utilization values are not readable
image

Originally created by @julianstolp on GitHub (Apr 4, 2024). Originally assigned to: @jeremystretch on GitHub. ### Deployment Type Self-hosted ### NetBox Version v4.0-beta1 ### Python Version 3.10 ### Steps to Reproduce 1. Open the rack table view /dcim/racks 2. See `SPACE` column ### Expected Behavior Open the prefix table view /ipam/prefixes/. The values are displayed so one can read these. ![image](https://github.com/netbox-community/netbox/assets/41152397/87267db6-ccf4-4ee0-b55e-000a0ecfadb3) ### Observed Behavior Space utilization values are not readable ![image](https://github.com/netbox-community/netbox/assets/41152397/82da0775-e55a-4ae5-b1b6-5e274637da05)
adam added the type: bugstatus: acceptedbetaseverity: low labels 2025-12-29 20:49:54 +01:00
adam closed this issue 2025-12-29 20:49:54 +01:00
Author
Owner

@DanSheps commented on GitHub (Apr 4, 2024):

This appears to be a dark ui issue, does this issue persist on the light UI as well?

@DanSheps commented on GitHub (Apr 4, 2024): This appears to be a dark ui issue, does this issue persist on the light UI as well?
Author
Owner

@julianstolp commented on GitHub (Apr 5, 2024):

It also persists in the light UI as well. I guess it works for the prefix table because the name utilization is longer than space so the progressbar gets more space.

@julianstolp commented on GitHub (Apr 5, 2024): It also persists in the light UI as well. I guess it works for the prefix table because the name `utilization` is longer than `space` so the progressbar gets more space.
Author
Owner

@jeremystretch commented on GitHub (Apr 5, 2024):

It seems the issue here is simply that the column can be too narrow? Setting a minimum width on the bar graph should be sufficient to fix this.

@jeremystretch commented on GitHub (Apr 5, 2024): It seems the issue here is simply that the column can be too narrow? Setting a minimum width on the bar graph should be sufficient to fix this.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9433