mirror of
https://github.com/unraid/webgui.git
synced 2026-04-13 04:51:20 -05:00
Fix browse icon
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user