]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Add config filter and delete routes
authorTatjana Dehler <tdehler@suse.com>
Wed, 13 Mar 2019 13:51:43 +0000 (14:51 +0100)
committerTatjana Dehler <tdehler@suse.com>
Tue, 28 May 2019 14:14:33 +0000 (16:14 +0200)
commitcede2d4590429abacee66537e406f2ed2ff4ac0f
tree829b725f744f9610038e0131b713fbe0210ff322
parent2cd5ca2467de835eb89e50a939476564f48d1889
mgr/dashboard: Add config filter and delete routes

Add a filter route to the configurations endpoint to get a subset of
config options in one request.
Add a delete route to the configurations endpoint to delete a
specific config option value.

The commit contains the frontend and backend related changes.

It also adds the missing '/' to `ConfigurationService.bulkCreate` and
unit test.

Signed-off-by: Tatjana Dehler <tdehler@suse.com>
qa/tasks/mgr/dashboard/test_cluster_configuration.py
src/pybind/mgr/dashboard/controllers/cluster_configuration.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/configuration.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/configuration.service.ts