]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: perform daemon actions on cluster->services 44609/head
authorPere Diaz Bou <pdiazbou@redhat.com>
Mon, 17 Jan 2022 09:07:15 +0000 (10:07 +0100)
committerPere Diaz Bou <pdiazbou@redhat.com>
Fri, 28 Jan 2022 10:44:35 +0000 (11:44 +0100)
commit239f884c31976f3e716d6e33224a0efb6220288e
treefb2a779e3c9db3f18147a4993716f3d1c6ddb777
parent03b1b357e5c093fa9cd0baffb0edf12fbe93f266
mgr/dashboard: perform daemon actions on cluster->services

Signed-off-by: Pere Diaz Bou <pdiazbou@redhat.com>
Fixes: https://tracker.ceph.com/issues/50322
18 files changed:
src/pybind/mgr/dashboard/controllers/daemon.py [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/services.po.ts
src/pybind/mgr/dashboard/frontend/cypress/integration/orchestrator/workflow/09-services.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-daemon-list/service-daemon-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-daemon-list/service-daemon-list.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-daemon-list/service-daemon-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-details/service-details.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/daemon.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/daemon.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/constants/app.constants.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-actions/table-actions.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-actions/table-actions.component.scss
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/icons.enum.ts
src/pybind/mgr/dashboard/openapi.yaml
src/pybind/mgr/dashboard/services/orchestrator.py
src/pybind/mgr/dashboard/tests/__init__.py
src/pybind/mgr/dashboard/tests/test_daemon.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_host.py