From 3313086071cd599e099e037036d944058e64922a Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Wed, 6 May 2026 09:12:25 +0200 Subject: [PATCH] fix: Swap left/right classes for client table cells Swap tr-table-rt and tr-table-lt on the size and totalGB elements in aClientTable.html so the size display and the total GB display are positioned correctly (size on the left, total on the right). This is a UI alignment fix with no functional logic changes. --- web/html/component/aClientTable.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/html/component/aClientTable.html b/web/html/component/aClientTable.html index 977638f2..c7ac0513 100644 --- a/web/html/component/aClientTable.html +++ b/web/html/component/aClientTable.html @@ -94,7 +94,7 @@
-
[[ SizeFormatter.sizeFormat(getSumStats(record, client.email)) ]]
+
[[ SizeFormatter.sizeFormat(getSumStats(record, client.email)) ]]
@@ -104,7 +104,7 @@
-
+