]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: fix a bug where data would plot on the graphs without converting to... 52332/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:52:27 +0000 (08:52 +0200)
commit4338f947f179898d5ec7fb76fe98a13bc3d1a925
treec1972d283128e3b0b29ca05c138482c0a58d02bb
parentb12146b3e9bf1fcc285d23902dbc715fb1c10de1
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]