]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard_v2: Renamed `block_pool` controller to `rbd`
authorSebastian Wagner <sebastian.wagner@suse.com>
Thu, 15 Feb 2018 14:51:53 +0000 (15:51 +0100)
committerRicardo Dias <rdias@suse.com>
Mon, 5 Mar 2018 13:07:10 +0000 (13:07 +0000)
commitf3f076e007ba7059d5827501999e82bf2ac54968
treebd244634a0c058a7b5bff92ba1f225d36005cac0
parentd9a334d591e33e61468c931e0aaa1ba31448fb9a
mgr/dashboard_v2: Renamed `block_pool` controller to `rbd`

* Simplified the API
* Fixed and improved the rbd controller tests.

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
src/pybind/mgr/dashboard_v2/controllers/block_pool.py [deleted file]
src/pybind/mgr/dashboard_v2/controllers/rbd.py [new file with mode: 0644]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/services/pool.service.ts
src/pybind/mgr/dashboard_v2/tests/test_block_pool.py [deleted file]
src/pybind/mgr/dashboard_v2/tests/test_rbd.py [new file with mode: 0644]
src/pybind/mgr/dashboard_v2/tox.ini