-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
Expected Behavior
Disk Usage should be displayed in percent.
Current Behavior
Disk Usage is shown as factor, but "unit" displayed as being "%".
Possible Solution
To match
icingaweb2-module-vspheredb/library/Vspheredb/Web/Table/Objects/VmsGuestDiskUsageTable.php
Line 46 in 2c088e5
| '%s free out of %s (%.2F %%)', |
the result in
icingaweb2-module-vspheredb/library/Vspheredb/Web/Table/Objects/VmsGuestDiskUsageTable.php
Line 49 in 2c088e5
| $row->free_space / $row->capacity |
Steps to Reproduce (for bugs)
View Usage (mouseover).
Your Environment
- Version/GIT-Hash of this module: 1.4.0
Reactions are currently unavailable