X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fpybind%2Fmgr%2Fdashboard%2Fcontrollers%2Ferasure_code_profile.py;h=3c8ba61f9f8ab9387038d56a879d5e499d630a82;hb=f6b5b4d738b87d88d2de35127b6b0e41eae2a272;hp=c4cc867220d6ca07f8a7d4c0d7500e09cde9530c;hpb=12732ca2e80d168d344a265acffc1fbd1fa1f1b5;p=ceph.git diff --git a/ceph/src/pybind/mgr/dashboard/controllers/erasure_code_profile.py b/ceph/src/pybind/mgr/dashboard/controllers/erasure_code_profile.py index c4cc86722..3c8ba61f9 100644 --- a/ceph/src/pybind/mgr/dashboard/controllers/erasure_code_profile.py +++ b/ceph/src/pybind/mgr/dashboard/controllers/erasure_code_profile.py @@ -3,7 +3,8 @@ from __future__ import absolute_import from cherrypy import NotFound -from . import ApiController, RESTController, Endpoint, ReadPermission, UiApiController +from . import ApiController, ControllerDoc, RESTController, Endpoint, ReadPermission, \ + UiApiController from ..security import Scope from ..services.ceph_service import CephService from .. import mgr @@ -36,6 +37,7 @@ class ErasureCodeProfile(RESTController): @UiApiController('/erasure_code_profile', Scope.POOL) +@ControllerDoc("Dashboard UI helper function; not part of the public API", "ErasureCodeProfileUi") class ErasureCodeProfileUi(ErasureCodeProfile): @Endpoint() @ReadPermission