IP range utilization bar being rounded down #15524
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
NetBox Version
v3.7.4
Python Version
3.10
Steps to Reproduce
The utilization bar for IP ranges is not behaving the same way as for prefixes. Decimal digits are apparently being rounded down to the next integer.
Expected Behavior
Utilization shows 0.4% (and indeed this is shown for the prefix without the range and only the solitary IP).
2 IPs 0.8%
3 IPs 1.2%
etc.
Observed Behavior
Utilization shows 0.0%.
2 IPs 0.0%
3 IPs 1.0%
etc.
The text was updated successfully, but these errors were encountered: