mirror of
https://github.com/unraid/webgui.git
synced 2026-03-09 12:31:56 -05:00
Take both parity disks in consideration on scheduler page
This commit is contained in:
@@ -15,7 +15,7 @@ Tag="calendar"
|
||||
*/
|
||||
?>
|
||||
<?
|
||||
if ($disks['parity']['status']=='DISK_NP_DSBL') {
|
||||
if ($disks['parity']['status']=='DISK_NP_DSBL' && $disks['parity2']['status']=='DISK_NP_DSBL') {
|
||||
echo "<span class='big orange-text'>No Parity disk present!</span>";
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user