]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: fix issues with read-only user on landing page 51809/head
authorPedro Gonzalez Gomez <pegonzal@redhat.com>
Mon, 8 May 2023 20:51:40 +0000 (22:51 +0200)
committerPedro Gonzalez Gomez <pegonzal@redhat.com>
Mon, 29 May 2023 10:29:09 +0000 (12:29 +0200)
commit8ca5313e87a78052bcc66dfcb9d84016244e4595
treef2ddab64ed6fca7e7581e7fe2bdaf75aecfe578c
parentee95d55a6b6d0d77f3e73eb805c5acb67c71b794
mgr/dashboard: fix issues with read-only user on landing page

Fixes: https://tracker.ceph.com/issues/61418
Signed-off-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit 379f0a3a2521a8bd9f52ca9e8b263e13d68c07e5)
14 files changed:
src/pybind/mgr/dashboard/controllers/cluster.py
src/pybind/mgr/dashboard/controllers/health.py
src/pybind/mgr/dashboard/controllers/orchestrator.py
src/pybind/mgr/dashboard/controllers/prometheus.py
src/pybind/mgr/dashboard/controllers/settings.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard/dashboard-v3.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard/dashboard-v3.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/cluster.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/health.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/orchestrator.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/prometheus.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/prometheus.service.ts
src/pybind/mgr/dashboard/openapi.yaml
src/pybind/mgr/dashboard/services/settings.py [new file with mode: 0644]