diff --git a/containers/libreportal/frontend/js/components/admin/admin-system.js b/containers/libreportal/frontend/js/components/admin/admin-system.js index 1b055c2..f9280fb 100644 --- a/containers/libreportal/frontend/js/components/admin/admin-system.js +++ b/containers/libreportal/frontend/js/components/admin/admin-system.js @@ -352,7 +352,10 @@ class AdminSystem { return head + `
${msg} - +
`; } const C = window.LPCharts; @@ -381,7 +384,10 @@ class AdminSystem {
${rows}
${this.bytes(recl)} reclaimable${reclPct ? ` · ${reclPct}% of total` : ''} - +
`;