]> 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... 50558/head
authorPedro Gonzalez Gomez <pegonzal@redhat.com>
Thu, 16 Mar 2023 12:09:26 +0000 (13:09 +0100)
committerPedro Gonzalez Gomez <pegonzal@redhat.com>
Wed, 31 May 2023 12:58:10 +0000 (14:58 +0200)
commit7aa70a16a54c3387b2e021763ca1d118d6785835
tree58f8e3bb1aa8ea05c4749ffd82ce94b9b3b285df
parente1587eed91087465fe6a444514fb423171ff6d91
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>
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]