CLOUDSTAK-214 Local storage usage data format is incorrect in zoneChart

This commit is contained in:
Mice Xia 2012-09-27 12:10:59 +08:00
parent 3c25d0ea67
commit 77520e0bc8
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}