0 }}>
+
+
+
+ {arrayLabel(array)}
+
+
+ {array.level}
+
+ {array.device}
+
+
+
+
+
+
+ {stateLabel(array.state)}
+
+
+
+
+
+
+ Active {array.activeDevices}/
+ {array.totalDevices}
+
+
+ Working{' '}
+ {array.workingDevices}
+
+ 0}>
+
+ Spare {array.spareDevices}
+
+
+ 0}>
+
+ Failed{' '}
+
+ {array.failedDevices}
+
+
+
+
+
+
+
+
+ Rebuilding
+
+ {Math.round(array.rebuildPercent)}%
+
+
+
+
+ {(speed) => {speed()}
}
+
+
+
+
+
0}>
+
+
+ {(device) => (
+
+ {device.device}
+
+ )}
+
+ 12}>
+
+ +{array.devices.length - 12}
+
+
+
+
+
+ );
+ }}
+