diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 364a2612f..35ee4850f 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1493,6 +1493,7 @@ define([ usage = unit === 'GB'? Util.bytesToGigabytes(usage): Util.bytesToMegabytes(usage); + if (!usage && usage !== 0) { usage = '?'; } limit = unit === 'GB'? Util.bytesToGigabytes(limit): Util.bytesToMegabytes(limit);