Multi cache support

This commit is contained in:
bergware
2020-03-21 14:37:40 +01:00
parent a0f35b5788
commit e15a98058b
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ case 'cache':
$cache = cache_filter($disks);
$pools = pools_filter($cache);
foreach ($pools as $pool) {
if ($cache[$pool]['devicesSb']) {
if ($cache[$pool]['devices']) {
array_group('Cache',$pool);
echo "\0".($error+$warning)."\0".($red+$orange)."\0".($fail+$smart)."\0".($full+$high)."\r";
}