]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: fix a bug where data would plot on the graphs without converting to... 52333/head
authorPedro Gonzalez Gomez <pegonzal@redhat.com>
Thu, 16 Mar 2023 12:09:26 +0000 (13:09 +0100)
committerPedro Gonzalez Gomez <pegonzal@redhat.com>
Thu, 6 Jul 2023 06:53:34 +0000 (08:53 +0200)
commit8ce9a34f9766581ed2371452ab07d25fc5b19c88
treefe6b98049a51bf5afa5163b78457a54a5f2709b2
parent256928885f925faf8d61172c286fc00aa5279c1c
mgr/dashboard: fix a bug where data would plot on the graphs without converting to the data units of the graph

Signed-off-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
(cherry picked from commit 7aa70a16a54c3387b2e021763ca1d118d6785835)
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard-area-chart/dashboard-area-chart.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard/dashboard-v3.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless-binary-per-second.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/frontend/src/app/shared/services/number-formatter.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/number-formatter.service.ts [new file with mode: 0644]