mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 09:39:58 -06:00
Fix: ZFS allocation profile always shows 1 vdev only
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user