]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Merge pull request #35300 from tspmelo/wip-ng-typeahead
authorLenz Grimmer <lgrimmer@suse.com>
Wed, 3 Jun 2020 08:55:51 +0000 (10:55 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2020 08:55:51 +0000 (10:55 +0200)
mgr/dashboard: Use ng-bootstrap for Typeahead

Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Stephan Müller <smueller@suse.com>
1  2 
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form/nfs-form.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form/nfs-form.component.ts

index 7e271d6d4e9f823bd9dcd091f8a0408e55c7b612,e623f8b94dc5f2723e99fe6748de20cd96bcf0b7..b00c049c0781989c0cc2e6ea71709558e89e0e67
@@@ -4,9 -4,8 +4,9 @@@ import { ReactiveFormsModule } from '@a
  import { ActivatedRoute } from '@angular/router';
  import { RouterTestingModule } from '@angular/router/testing';
  
- import { TypeaheadModule } from 'ngx-bootstrap/typeahead';
+ import { NgbTypeaheadModule } from '@ng-bootstrap/ng-bootstrap';
  import { ToastrModule } from 'ngx-toastr';
 +import { of } from 'rxjs';
  
  import { ActivatedRouteStub } from '../../../../testing/activated-route-stub';
  import { configureTestBed, i18nProviders } from '../../../../testing/unit-test-helper';