Skip to content

Commit

Permalink
NAS-131810: Fangtooth Pool Creation Wizard Inspect VDEVs is not popul…
Browse files Browse the repository at this point in the history
…ated. (#10909)
  • Loading branch information
AlexKarpov98 authored Oct 22, 2024
1 parent e194dba commit aa29f33
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import { ManualSelectionVdevComponent } from 'app/pages/storage/modules/pool-man
import {
ManualSelectionVdev,
} from 'app/pages/storage/modules/pool-manager/components/manual-disk-selection/interfaces/manual-disk-selection.interface';
import { ManualDiskDragToggleStore } from 'app/pages/storage/modules/pool-manager/components/manual-disk-selection/store/manual-disk-drag-toggle.store';
import { ManualDiskSelectionStore } from 'app/pages/storage/modules/pool-manager/components/manual-disk-selection/store/manual-disk-selection.store';
import {
vdevsToManualSelectionVdevs,
} from 'app/pages/storage/modules/pool-manager/components/manual-disk-selection/utils/vdevs-to-manual-selection-vdevs.utils';
Expand All @@ -41,6 +43,10 @@ import {
ManualSelectionVdevComponent,
TranslateModule,
],
providers: [
ManualDiskSelectionStore,
ManualDiskDragToggleStore,
],
})
export class InspectVdevsDialogComponent implements OnInit {
protected presentTypes: VdevType[] = [];
Expand Down

0 comments on commit aa29f33

Please sign in to comment.