]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Edit a service feature 43939/head
authorNizamudeen A <nia@redhat.com>
Fri, 12 Nov 2021 08:14:51 +0000 (13:44 +0530)
committerNizamudeen A <nia@redhat.com>
Tue, 16 Nov 2021 06:48:47 +0000 (12:18 +0530)
commit9b1845424f1500b2a1b30e9471688e42c7999c71
treec9e8c7338fa4441f893f1e6f223cf4f4f58d8aaf
parent80726a08b9b8f04143ace55e4959aeb8ec834098
mgr/dashboard: Edit a service feature

Fixes: https://tracker.ceph.com/issues/53077
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit 3c3d8822d432186f6be9cb2d2603de7611aa0abb)
14 files changed:
src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/services.po.ts
src/pybind/mgr/dashboard/frontend/cypress/integration/orchestrator/05-services.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/cypress/integration/orchestrator/workflow/04-create-cluster-create-services.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/cypress/integration/page-helper.po.ts
src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/services.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/models/orchestrator.enum.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/models/service.interface.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/task-message.service.ts
src/pybind/mgr/dashboard/services/orchestrator.py