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' ? " " : "";