Unverified Commit 2047156b authored by bugclerk's avatar bugclerk Committed by GitHub
Browse files

NAS-124123 / 23.10 / Removing vdevs from the manual disk selection dialog...

NAS-124123 / 23.10 / Removing vdevs from the manual disk selection dialog doesn't update the automated dropdowns (by AlexKarpov98) (#8948)

* Empty commit to create PR on github.

You should reset it

* NAS-124123: NAS-124260: Improved Cautions on Debugs and Personal Information (#8927)

(cherry picked from commit 2710cbf4

)

* NAS-124123: PR update

---------
Co-authored-by: default avatarVladimir Vinogradenko <vladimirv@bugclerk.tys1.ixsystems.net>
Co-authored-by: default avatarAlex Karpov <akarpov@ixsystems.com>
Co-authored-by: default avatarOleksandr Karpov <Karpov4you@gmail.com>
Showing with 1 addition and 0 deletions
+1 -0
......@@ -75,6 +75,7 @@ export class LayoutStepComponent implements OnInit {
.subscribe((customVdevs: UnusedDisk[][]) => {
if (!customVdevs.length) {
this.store.resetTopologyCategory(this.type);
this.store.resetStep(this.type);
} else {
this.store.setManualTopologyCategory(this.type, customVdevs);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment