]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: cluster upgrade base UI component 52351/head
authorNizamudeen A <nia@redhat.com>
Fri, 7 Jul 2023 05:50:21 +0000 (11:20 +0530)
committerNizamudeen A <nia@redhat.com>
Thu, 13 Jul 2023 06:24:50 +0000 (11:54 +0530)
commitd95b68ab10d6d94a0fac910db7b7f4f8f21f4d66
tree1230d74e23d57846d349d5632eeba32536107dea
parent669f76b058ead17dcd6e0abaf7fd1e96a10c2377
mgr/dashboard: cluster upgrade base UI component

- Base layout for the Upgrade Component
- Shows the Upgrade available button when an upgrade is available

Fixes: https://tracker.ceph.com/issues/61927
Signed-off-by: Nizamudeen A <nia@redhat.com>
src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/cluster.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/upgrade.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/upgrade.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/upgrade.interface.ts [new file with mode: 0644]