diff --git a/emhttp/plugins/dynamix/nchan/device_list b/emhttp/plugins/dynamix/nchan/device_list
index a4197e5f5..ba6710dba 100755
--- a/emhttp/plugins/dynamix/nchan/device_list
+++ b/emhttp/plugins/dynamix/nchan/device_list
@@ -152,7 +152,7 @@ function fs_info(&$disk) {
global $display, $pools;
$echo = [];
if (empty($disk['fsStatus']) || $disk['fsStatus']=='-') {
- return (_var($disk,'type')=='Cache' && !in_array(_var($disk,'name'),$pools)) ? "
".vfs_type($disk,true)." | "._('Device is part of a pool')." | " : " | ";
+ return (_var($disk,'type')=='Cache') ? "".vfs_type($disk,true)." | "._('Device is part of a pool')." | " : " | ";
} elseif (_var($disk,'fsStatus')=='Mounted') {
$echo[] = "".vfs_type($disk)." | ";
$echo[] = "".my_scale(_var($disk,'fsSize',0)*1024,$unit,-1)." $unit | ";
@@ -513,7 +513,7 @@ while (true) {
if (strcmp($root,$pool)!=0) $Cache[$root]['devices'] += $Cache[$pool]['devices'];
if (strcmp($pool,$print)==0) {
delete_file($pool_log);
- if (_var($display,'total') && _var($Cache[$root],'devices',0)>1) $echo[$a][] = show_totals(sprintf(_('Pool of %s devices'),my_word($Cache[$root]['devices'])),str_contains($pool,$_tilde_),"$root*");
+ if (_var($display,'total') && _var($Cache[$root],'devices',0)>1) $echo[$a][] = show_totals(sprintf(_('Pool of %s devices'),my_word($Cache[$root]['devices'])),false,"$root*");
$sum = initSum();
}
}