From 3e18a85572e82b4ef551ba4324e275d456710ac1 Mon Sep 17 00:00:00 2001 From: librelad Date: Thu, 28 May 2026 23:28:37 +0100 Subject: [PATCH] ux(system): match the System-page storage links to the pill CTA The "View/Open storage breakdown" links in the System storage summary were plain text links; restyle them as the same accent pill CTA (icon + label) used on the Disk metric page. Co-Authored-By: Claude Opus 4.7 Signed-off-by: librelad --- .../frontend/js/components/admin/admin-system.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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` : ''} - +
`;