diff --git a/apps/storageanalyzer/custom.html b/apps/storageanalyzer/custom.html index 4f87f6fe5..357da299d 100644 --- a/apps/storageanalyzer/custom.html +++ b/apps/storageanalyzer/custom.html @@ -79,7 +79,7 @@ ${globalApps.map(app => ` ${app[0]} - ${(app[1]/1000).toFixed(1} + ${(app[1]/1000).toFixed(1)} ${(app[2]/1000).toFixed(1)} ${((app[1]+app[2])/1000).toFixed(1)} `).join("")}