Merge pull request #1877 from dlandon/cannot_change_share_settings_if_pools_missing

Fix a situation where the secondary pool device is missing.
This commit is contained in:
tom mortensen
2024-10-08 12:18:48 -07:00
committed by GitHub

View File

@@ -644,6 +644,7 @@ function updateScreen(cache, slow) {
secondaryDropdown.options[i].disabled = true;
}
secondaryDropdown.selectedIndex = 0;
checkRequiredSecondary = false;
if (poolsOnly) {
$('#moverDirection2').hide();