]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: smart: add support for NVMe
authorPatrick Seidensal <pseidensal@suse.com>
Tue, 24 Sep 2019 20:22:22 +0000 (22:22 +0200)
committerPatrick Seidensal <pseidensal@suse.com>
Mon, 20 Jan 2020 09:07:51 +0000 (10:07 +0100)
commit0eaf9b548843279972013ad1de16b60562d0eedb
tree27ae47f13bf753e4c9917361e6e19ca6220fb963
parentaf0e482a3fe8ec66b4681b9604ca7bcb28faf934
mgr/dashboard: smart: add support for NVMe

Fixes: https://tracker.ceph.com/issues/42483
Signed-off-by: Patrick Seidensal <pseidensal@suse.com>
13 files changed:
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/cluster.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/ceph-shared.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/smart-list/fixtures/smart_data_version_1_0_hdd_response.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/smart-list/fixtures/smart_data_version_1_0_nvme_response.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/smart-list/fixtures/smart_data_version_1_0_response.json [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/smart-list/smart-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/smart-list/smart-list.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/smart-list/smart-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/host.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/osd.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/models/smart.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/services/ceph_service.py