diff --git a/ui/scripts/dashboard.js b/ui/scripts/dashboard.js index c2b0f309368..a30e1cd9c2d 100644 --- a/ui/scripts/dashboard.js +++ b/ui/scripts/dashboard.js @@ -267,7 +267,7 @@ zoneID: capacity.zoneid, // Temporary fix for dashboard zoneName: capacity.zonename, type: cloudStack.converters.toCapacityCountType(capacity.type), - percent: parseInt(capacity.percentused), + percent: capacity.percentused, used: cloudStack.converters.convertByType(capacity.type, capacity.capacityused), total: cloudStack.converters.convertByType(capacity.type, capacity.capacitytotal) };