]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: report ceph tracker bug/feature through CLI/API 42090/head
authorcypherean <shreyasharma.ss305@gmail.com>
Tue, 24 Aug 2021 09:55:42 +0000 (15:25 +0530)
committercypherean <shreyasharma.ss305@gmail.com>
Tue, 24 Aug 2021 17:07:52 +0000 (22:37 +0530)
commite90ebc195e1bee71ba0feaeb27c91a598e6e5721
tree4b779f4821cfd5dd0682528ac7471e7815a08e87
parent384c2f04c5236876006bfda093fc49f2bcc87534
mgr/dashboard: report ceph tracker bug/feature through CLI/API

Fixes: https://tracker.ceph.com/issues/44851
Signed-off-by: Shreya Sharma <shreyasharma.ss305@gmail.com>
doc/mgr/dashboard.rst
src/pybind/mgr/dashboard/controllers/feedback.py [new file with mode: 0644]
src/pybind/mgr/dashboard/model/__init__.py [new file with mode: 0644]
src/pybind/mgr/dashboard/model/feedback.py [new file with mode: 0644]
src/pybind/mgr/dashboard/module.py
src/pybind/mgr/dashboard/openapi.yaml
src/pybind/mgr/dashboard/services/feedback.py [new file with mode: 0644]
src/pybind/mgr/dashboard/settings.py