Small fix for dual-device "swap/disable" function.

This commit is contained in:
Tom Mortensen
2016-05-31 11:32:25 -07:00
parent 1c2963e70b
commit 4185a0a212
+1 -1
View File
@@ -86,7 +86,7 @@ function assignment(&$disk) {
}
function fs_info(&$disk) {
global $display;
if ($disk['type']=='Parity' || $disk['fsStatus']=='-') {
if ($disk['fsStatus']=='-') {
echo "<td colspan='5'></td>";
return;
} else if ($disk['fsStatus']=='Mounted') {