From e1c3d13c397e375f35f4a6b2345160c1a2b9adcb Mon Sep 17 00:00:00 2001 From: bergware Date: Sun, 3 Dec 2023 18:41:55 +0100 Subject: [PATCH] Enhanced styling --- emhttp/plugins/dynamix/include/ShareList.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emhttp/plugins/dynamix/include/ShareList.php b/emhttp/plugins/dynamix/include/ShareList.php index b86a6e289..341542dcb 100644 --- a/emhttp/plugins/dynamix/include/ShareList.php +++ b/emhttp/plugins/dynamix/include/ShareList.php @@ -119,10 +119,10 @@ foreach ($shares as $name => $share) { $cache = ""._('Array')."".sprintf(_('Primary storage %s'),_('Array')).""; break; case 'yes': - $cache = "".my_disk($share['cachePool'],$display['raw'])." "._('Array').""._('Primary storage to Secondary storage').""; + $cache = "".compress(my_disk($share['cachePool'],$display['raw']))." "._('Array').""._('Primary storage to Secondary storage').""; break; case 'prefer': - $cache = "".my_disk($share['cachePool'],$display['raw'])." "._('Array').""._('Secondary storage to Primary storage').""; + $cache = "".compress(my_disk($share['cachePool'],$display['raw']))." "._('Array').""._('Secondary storage to Primary storage').""; break; case 'only': $exclusive = isset($share['exclusive']) && $share['exclusive']=='yes' ? " " : "";