]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard/backend: API to manage dashboard settings 22457/head
authorPatrick Nawracay <pnawracay@suse.com>
Thu, 7 Jun 2018 11:49:39 +0000 (13:49 +0200)
committerPatrick Nawracay <pnawracay@suse.com>
Fri, 10 Aug 2018 09:32:25 +0000 (11:32 +0200)
commit7340e70d7f77907a23a51ab8177ea40a4f921928
tree4ba355f6923c328a8f83fb00361b66f9f7754a97
parent50f7f7e32eca98820d4541e3b5f8d60625296b0a
mgr/dashboard/backend: API to manage dashboard settings

Enables to change (set/unset) values of settings of the dashboard using
the REST API.

Fixes: https://tracker.ceph.com/issues/24273
Signed-off-by: Patrick Nawracay <pnawracay@suse.com>
doc/mgr/dashboard.rst
qa/tasks/mgr/dashboard/test_settings.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/settings.py [new file with mode: 0644]
src/pybind/mgr/dashboard/security.py
src/pybind/mgr/dashboard/services/access_control.py
src/pybind/mgr/dashboard/tests/helper.py
src/pybind/mgr/dashboard/tests/test_settings.py