]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #37198 from tspmelo/wip-iscsi-fix-frontend
authorErnesto Puerta <37327689+epuertat@users.noreply.github.com>
Wed, 2 Dec 2020 11:24:13 +0000 (12:24 +0100)
committerGitHub <noreply@github.com>
Wed, 2 Dec 2020 11:24:13 +0000 (12:24 +0100)
mgr/dashboard: Allow managing iSCSI Initiator after removing from group

Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Volker Theile <vtheile@suse.com>
1  2 
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.ts

index d10ab0ef5dae96b8c2efecbd2076d74d54826e9d,f60471a0e86bcfd492f6e57b0d615a85b08267c2..494559e15ca22a456bee1830b74cd7a9620be5d8
@@@ -4,13 -4,14 +4,14 @@@ import { ReactiveFormsModule } from '@a
  import { ActivatedRoute } from '@angular/router';
  import { RouterTestingModule } from '@angular/router/testing';
  
+ import { SelectOption } from 'app/shared/components/select/select-option.model';
  import { ToastrModule } from 'ngx-toastr';
  
 -import { ActivatedRouteStub } from '../../../../testing/activated-route-stub';
 -import { configureTestBed, FormHelper, IscsiHelper } from '../../../../testing/unit-test-helper';
 -import { LoadingPanelComponent } from '../../../shared/components/loading-panel/loading-panel.component';
 -import { CdFormGroup } from '../../../shared/forms/cd-form-group';
 -import { SharedModule } from '../../../shared/shared.module';
 +import { LoadingPanelComponent } from '~/app/shared/components/loading-panel/loading-panel.component';
 +import { CdFormGroup } from '~/app/shared/forms/cd-form-group';
 +import { SharedModule } from '~/app/shared/shared.module';
 +import { ActivatedRouteStub } from '~/testing/activated-route-stub';
 +import { configureTestBed, FormHelper, IscsiHelper } from '~/testing/unit-test-helper';
  import { IscsiTargetFormComponent } from './iscsi-target-form.component';
  
  describe('IscsiTargetFormComponent', () => {