]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #38384 from bk201/wip-48406
authorKefu Chai <kchai@redhat.com>
Fri, 11 Dec 2020 08:07:03 +0000 (16:07 +0800)
committerGitHub <noreply@github.com>
Fri, 11 Dec 2020 08:07:03 +0000 (16:07 +0800)
mgr/dashboard: fix test_dashboard_e2e.sh errors

Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
1  2 
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-form/osd-form.component.ts

index 4ddf454c64087810e3f6690b47c838f4f15af16c,1421c9277a3565795b239602c15be0c5e99454e4..7b6c44742a75684c5eaabc7252341bfe64bf68ce
@@@ -5,9 -5,8 +5,9 @@@ import { Router } from '@angular/router
  import _ from 'lodash';
  
  import { InventoryDevice } from '~/app/ceph/cluster/inventory/inventory-devices/inventory-device.model';
 +import { HostService } from '~/app/shared/api/host.service';
  import { OrchestratorService } from '~/app/shared/api/orchestrator.service';
- import { SubmitButtonComponent } from '~/app/shared/components/submit-button/submit-button.component';
+ import { FormButtonPanelComponent } from '~/app/shared/components/form-button-panel/form-button-panel.component';
  import { ActionLabelsI18n } from '~/app/shared/constants/app.constants';
  import { Icons } from '~/app/shared/enum/icons.enum';
  import { CdForm } from '~/app/shared/forms/cd-form';