We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f564a9f commit 0f19a9cCopy full SHA for 0f19a9c
apps/storageanalyzer/custom.html
@@ -79,7 +79,7 @@
79
${globalApps.map(app => `
80
<tr>
81
<td>${app[0]}</td>
82
- <td>${(app[1]/1000).toFixed(1}</td>
+ <td>${(app[1]/1000).toFixed(1)}</td>
83
<td>${(app[2]/1000).toFixed(1)}</td>
84
<td>${((app[1]+app[2])/1000).toFixed(1)}</td>
85
</tr>`).join("")}
0 commit comments