]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: created common Card component for info shown in landing page:
authoralfonsomthd <almartin@redhat.com>
Thu, 12 Jul 2018 07:47:47 +0000 (09:47 +0200)
committeralfonsomthd <alfonsomthd@tutanota.com>
Thu, 12 Jul 2018 13:23:47 +0000 (15:23 +0200)
commit9f06cfb7c6baef6b5fde620d972a547bb2e173fa
tree5aafff7064f82fca1f033e814a41c553148af347
parent643192e715a8cad827452e8906147790aea26bdb
mgr/dashboard: created common Card component for info shown in landing page:

Info encapsulated in cd-info-card selector:
- Overall health status, MON/OSD/MDS/MGR status

Fixes: https://tracker.ceph.com/issues/24778
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.scss
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card.component.ts [new file with mode: 0644]