1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #9881: Increase granularity in utilization graph values

This commit is contained in:
jeremystretch
2022-08-01 10:23:18 -04:00
parent 8a075bcff9
commit 1bbf5d214b
2 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@
* [#9637](https://github.com/netbox-community/netbox/issues/9637) - Add site group field to rack reservation form
* [#9762](https://github.com/netbox-community/netbox/issues/9762) - Add `nat_outside` column to the IPAddress table
* [#9825](https://github.com/netbox-community/netbox/issues/9825) - Add contacts column to virtual machines table
* [#9881](https://github.com/netbox-community/netbox/issues/9881) - Increase granularity in utilization graph values
### Bug Fixes