]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: fix issues with read-only user on landing page 51396/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 06:58:23 +0000 (08:58 +0200)
commit379f0a3a2521a8bd9f52ca9e8b263e13d68c07e5
tree5e0173ea3077d9f724bbb5bafc01259a5026f64d
parent4040f12347a5f48520f8ff2f83065b9ee3a36f68
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>
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]