]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: show degraded/misplaced/unfound objects. 28584/head
authoralfonsomthd <almartin@redhat.com>
Thu, 30 May 2019 07:57:54 +0000 (09:57 +0200)
committeralfonsomthd <almartin@redhat.com>
Mon, 17 Jun 2019 07:23:47 +0000 (09:23 +0200)
commit5530e1023d6b15793e5ec3aedbfb795ec3265e7a
tree6c909a70ccc34c745e155967d4b3033cd40d16e3
parent100196fab43ed3a57cd3ae10eef931334ad209a0
mgr/dashboard: show degraded/misplaced/unfound objects.

* Landing Page 'Objects' card now is a chart that shows more info about objects.
* Fix: Dimless/dimlessBinary pipe applied to amount displayed in
  chart slice tooltip body (if shown).
* Refactoring: simplified way of setting chart initial config
  via 'config' @Input; erased redundant @Inputs.
  Updated chart component default config (for the sake of simplicity).

Fixes: https://tracker.ceph.com/issues/39613
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
(cherry picked from commit 439fec829fc6290b7f67f725228a974c0728b255)
qa/tasks/mgr/dashboard/test_health.py
src/pybind/mgr/dashboard/controllers/health.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.ts
src/pybind/mgr/dashboard/services/ceph_service.py