diff --git a/plugins/dynamix/include/DeviceList.php b/plugins/dynamix/include/DeviceList.php
index d7100fc3d..2ee6a9052 100644
--- a/plugins/dynamix/include/DeviceList.php
+++ b/plugins/dynamix/include/DeviceList.php
@@ -130,7 +130,7 @@ function assignment(&$disk) {
$out .= "";
} else
$out .= "";
- foreach ($devs as $dev) if ($disk['type']=='Cache' || $dev['tag']==0) {$out .= "";}
+ foreach ($devs as $dev) $out .= "";
return "$out";
}
function vfs_type($fs) {