]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Restore defaults of settings
authorPatrick Nawracay <pnawracay@suse.com>
Tue, 29 May 2018 13:43:38 +0000 (15:43 +0200)
committerPatrick Nawracay <pnawracay@suse.com>
Tue, 29 May 2018 13:43:38 +0000 (15:43 +0200)
commit07d146945b9408efc16d50b03e751265afb859d0
tree5f21c903409da64465750002eaa13639ea5627e7
parent1d5696e9a60c3a808f90326130231d8dfa960c1b
mgr/dashboard: Restore defaults of settings

This commit introduces a new CLI command to restore the value of
settings to their defaults.

    ceph dashboard reset-<command-name>

Signed-off-by: Patrick Nawracay <pnawracay@suse.com>
src/pybind/mgr/dashboard/settings.py
src/pybind/mgr/dashboard/tests/test_settings.py