]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: capacity card
authorPedro Gonzalez Gomez <pegonzal@redhat.com>
Mon, 1 Aug 2022 20:17:29 +0000 (22:17 +0200)
committerPedro Gonzalez Gomez <pegonzal@redhat.com>
Tue, 30 Aug 2022 11:06:41 +0000 (13:06 +0200)
commit953114f260149b8d42012325edaf91774349be06
treea1013c1f31c1b9a4d3bbb852a3d09735a98d6b84
parent21e016c6ca398efef0395a0eb7b7f6a4e1f1ac19
mgr/dashboard: capacity card

Signed-off-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
13 files changed:
src/pybind/mgr/dashboard/controllers/cluster.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/new-dashboard/dashboard-pie/dashboard-pie.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/new-dashboard/dashboard-pie/dashboard-pie.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/new-dashboard/dashboard-pie/dashboard-pie.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/new-dashboard/dashboard-pie/dashboard-pie.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/new-dashboard/dashboard.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/new-dashboard/dashboard/dashboard.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/new-dashboard/dashboard/dashboard.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/new-dashboard/dashboard/dashboard.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/cluster.service.ts
src/pybind/mgr/dashboard/frontend/src/styles/defaults/_bootstrap-defaults.scss
src/pybind/mgr/dashboard/openapi.yaml
src/pybind/mgr/dashboard/services/cluster.py