]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard_v2: use global manager instance instead of injection
authorRicardo Dias <rdias@suse.com>
Mon, 26 Feb 2018 15:25:25 +0000 (15:25 +0000)
committerRicardo Dias <rdias@suse.com>
Mon, 5 Mar 2018 13:07:17 +0000 (13:07 +0000)
commit5fa2d0769014eef843e1265d97e927f451b0958c
treefe89baf0c4eac6ccc28c69f9d1df88b315029ee8
parentc6fcf5e1db14461c75eb990ae39ac77dc8e2ea44
mgr/dashboard_v2: use global manager instance instead of injection

Signed-off-by: Ricardo Dias <rdias@suse.com>
19 files changed:
src/pybind/mgr/dashboard_v2/HACKING.rst
src/pybind/mgr/dashboard_v2/__init__.py
src/pybind/mgr/dashboard_v2/controllers/auth.py
src/pybind/mgr/dashboard_v2/controllers/cephfs.py
src/pybind/mgr/dashboard_v2/controllers/cluster_configuration.py
src/pybind/mgr/dashboard_v2/controllers/dashboard.py
src/pybind/mgr/dashboard_v2/controllers/host.py
src/pybind/mgr/dashboard_v2/controllers/monitor.py
src/pybind/mgr/dashboard_v2/controllers/osd.py
src/pybind/mgr/dashboard_v2/controllers/perf_counters.py
src/pybind/mgr/dashboard_v2/controllers/rbd.py
src/pybind/mgr/dashboard_v2/controllers/rbd_mirroring.py
src/pybind/mgr/dashboard_v2/controllers/summary.py
src/pybind/mgr/dashboard_v2/controllers/tcmu_iscsi.py
src/pybind/mgr/dashboard_v2/module.py
src/pybind/mgr/dashboard_v2/services/ceph_service.py
src/pybind/mgr/dashboard_v2/tests/test_rbd_mirroring.py
src/pybind/mgr/dashboard_v2/tests/test_tcmu_iscsi.py
src/pybind/mgr/dashboard_v2/tools.py