]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: configured security info for each controller
authorRicardo Dias <rdias@suse.com>
Fri, 27 Apr 2018 14:05:21 +0000 (15:05 +0100)
committerRicardo Dias <rdias@suse.com>
Tue, 26 Jun 2018 11:28:54 +0000 (12:28 +0100)
commit1e91d404745d5bb1c1e32a629613f90493cacb9f
treeb501d40dfe8bcfd9ccbf6ed423ff05a1e737b0c6
parent3c2f451b24cda08468bd19300d0799bd5549c431
mgr/dashboard: configured security info for each controller

Signed-off-by: Ricardo Dias <rdias@suse.com>
16 files changed:
src/pybind/mgr/dashboard/controllers/__init__.py
src/pybind/mgr/dashboard/controllers/cephfs.py
src/pybind/mgr/dashboard/controllers/dashboard.py
src/pybind/mgr/dashboard/controllers/erasure_code_profile.py
src/pybind/mgr/dashboard/controllers/grafana.py
src/pybind/mgr/dashboard/controllers/host.py
src/pybind/mgr/dashboard/controllers/monitor.py
src/pybind/mgr/dashboard/controllers/osd.py
src/pybind/mgr/dashboard/controllers/perf_counters.py
src/pybind/mgr/dashboard/controllers/pool.py
src/pybind/mgr/dashboard/controllers/rbd.py
src/pybind/mgr/dashboard/controllers/rbd_mirroring.py
src/pybind/mgr/dashboard/controllers/rgw.py
src/pybind/mgr/dashboard/controllers/summary.py
src/pybind/mgr/dashboard/controllers/tcmu_iscsi.py
src/pybind/mgr/dashboard/tests/test_rbd_mirroring.py