Fix: ZFS allocation profile always shows 1 vdev only

This commit is contained in:
Tom Mortensen
2025-10-29 01:35:23 -07:00
parent a593173c7d
commit a7885eca09

View File

@@ -344,9 +344,9 @@ function selectDiskFsWidthZFS(slots,init) {
value: width,
text: _(sprintf('%s '+label+' of %s devices',groups,width)),
}));
if (selected_width == 0) selected_width = width;
}
}
if (selected_width == 0) selected_width = width;
}
$('#diskFsWidth').val(selected_width);
}