mirror of https://github.com/apache/cloudstack.git
CLOUDSTAK-214 Local storage usage data format is incorrect in zoneChart
This commit is contained in:
parent
3c25d0ea67
commit
77520e0bc8
|
|
@ -400,6 +400,7 @@ cloudStack.converters = {
|
|||
case 2: return cloudStack.converters.convertBytes(value);
|
||||
case 3: return cloudStack.converters.convertBytes(value);
|
||||
case 6: return cloudStack.converters.convertBytes(value);
|
||||
case 9: return cloudStack.converters.convertBytes(value);
|
||||
case 11: return cloudStack.converters.convertBytes(value);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue