Fix browse icon

This commit is contained in:
SimonFair
2026-04-01 17:14:21 +01:00
parent 1161ec1206
commit 4ebabe7dc0

View File

@@ -1114,7 +1114,7 @@ while (true) {
true,
$bootPoolName,
$bootSummaryName,
false,
true,
'pool_boot_'.$pool
);
if ($bootRow !== '') $echo[$a][] = $bootRow;
@@ -1133,7 +1133,7 @@ while (true) {
true,
'',
$dataSummaryName,
false
true
);
if ($dataRow !== '') $echo[$a][] = $dataRow;
}