]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: cluster upgrade start UI
authoravanthakkar <avanjohn@gmail.com>
Mon, 17 Jul 2023 18:11:51 +0000 (23:41 +0530)
committerNizamudeen A <nia@redhat.com>
Thu, 17 Aug 2023 17:31:54 +0000 (23:01 +0530)
commit3a6da235d63b790f7d7e20e1f7110e6f4674ff92
tree6bdeeadd1c91c78676965ea218eff80594585b7d
parenta93e4afc74db257eb45adb5a32d239379b30b2b6
mgr/dashboard: cluster upgrade start UI

Fixes: https://tracker.ceph.com/issues/61928
Signed-off-by: avanthakkar <avanjohn@gmail.com>
(cherry picked from commit 31055fab98f34d2812a6233da216400d15ddc195)

 Conflicts:
src/pybind/mgr/dashboard/frontend/src/app/shared/constants/app.constants.ts
  - only kept the START_UPGRADE constant in this file
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/cluster.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade-form/upgrade-start-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade-form/upgrade-start-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade-form/upgrade-start-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade-form/upgrade-start-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/upgrade/upgrade.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/upgrade.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/upgrade.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/constants/app.constants.ts