]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: mimic fix: show I/O stats in Pool list 27053/head
authoralfonsomthd <almartin@redhat.com>
Thu, 21 Mar 2019 11:58:55 +0000 (12:58 +0100)
committeralfonsomthd <almartin@redhat.com>
Thu, 21 Mar 2019 11:58:55 +0000 (12:58 +0100)
commit9f67de8067106c3d3ceff07bf61cab4b31e6bf01
treef9ffd790f56e1073e82f65f777169fb68b3c8885
parent6583c77b8d161f69f743f476e91be4db851f20e7
mgr/dashboard: mimic fix: show I/O stats in Pool list

* Applied same fix as in nautilus.
* Adapted Pool list columns to avoid constant resizing.
* Added 'decimals' argument to dimless pipe in order for
  stats to fit in Pool list columns.

Fixes: https://tracker.ceph.com/issues/38284
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless.pipe.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless.pipe.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/formatter.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/formatter.service.ts
src/pybind/mgr/dashboard/module.py
src/pybind/mgr/dashboard/services/ceph_service.py