]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: add SimplePlugin helper
authorErnesto Puerta <epuertat@redhat.com>
Thu, 10 Oct 2019 09:19:59 +0000 (11:19 +0200)
committerErnesto Puerta <epuertat@redhat.com>
Thu, 10 Oct 2019 10:58:56 +0000 (12:58 +0200)
commite5c5b216f2bd2de6a3c3c777e605d2cb83f215dc
tree6b566ec2224b4e3209d4b62b9a4bfdd222d5a1f3
parente58bcc4a414eb4385fe3de668e1694f39c72b4f7
mgr/dashboard: add SimplePlugin helper

Helper added to simplify common tasks when creating a new plugin
(OPTIONS, COMMANDS, etc).

Fixes: https://tracker.ceph.com/issues/41990
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
src/pybind/mgr/dashboard/plugins/plugin.py [new file with mode: 0644]