mirror of
https://github.com/unraid/webgui.git
synced 2026-04-29 14:29:24 -05:00
Revert "Properly show when parity operation is complete."
This reverts commit 1ae58dc360.
This commit is contained in:
@@ -19,11 +19,7 @@ Nchan="device_list,disk_load,parity_list"
|
||||
$keyfile = file_exists(_var($var,'luksKeyfile'));
|
||||
$missing = file_exists('/var/tmp/missing.tmp');
|
||||
$encrypt = false;
|
||||
|
||||
/* File for the latest parity check. */
|
||||
$resync = '/var/tmp/resync.ini';
|
||||
$spot = _var($var,'mdResyncPos',0)>0 && file_exists($resync);
|
||||
|
||||
$spot = _var($var,'mdResyncPos',0)>0;
|
||||
$poolsOnly = (_var($var,'SYS_ARRAY_SLOTS') == 0 ) ? true : false;
|
||||
|
||||
/* only one of $present, $missing, or $wrong will be true, or all will be false */
|
||||
|
||||
Reference in New Issue
Block a user