]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #28006 from Devp00l/wip-39482
authorRicardo Marques <14297426+ricardoasmarques@users.noreply.github.com>
Thu, 18 Jul 2019 14:44:41 +0000 (15:44 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Jul 2019 14:44:41 +0000 (15:44 +0100)
mgr/dashboard: Watch for pool pg's increase and decrease

Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Ricardo Dias <rdias@suse.com>
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
1  2 
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-snapshot-list/rbd-snapshot-list.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-list/rbd-trash-list.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-list/nfs-list.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html
src/pybind/mgr/dashboard/frontend/src/testing/unit-test-helper.ts

index bb7d86d348198a124ad9d98dbf0eb3299ac5e2d9,97f81ce10f66c17d6050f4fa0b017ab2a9206bcd..9097d9dae93b83d834a220513113962d22d9d5b4
@@@ -3,12 -3,16 +3,16 @@@ import { ComponentFixture, TestBed } fr
  import { RouterTestingModule } from '@angular/router/testing';
  
  import * as _ from 'lodash';
 -import { ToastModule } from 'ng2-toastr';
  import { BsModalService } from 'ngx-bootstrap/modal';
  import { TabsModule } from 'ngx-bootstrap/tabs';
 +import { ToastrModule } from 'ngx-toastr';
  import { of } from 'rxjs';
  
- import { configureTestBed, i18nProviders } from '../../../../testing/unit-test-helper';
+ import {
+   configureTestBed,
+   expectItemTasks,
+   i18nProviders
+ } from '../../../../testing/unit-test-helper';
  import { ConfigurationService } from '../../../shared/api/configuration.service';
  import { PoolService } from '../../../shared/api/pool.service';
  import { CriticalConfirmationModalComponent } from '../../../shared/components/critical-confirmation-modal/critical-confirmation-modal.component';