]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/controllers/erasure_code_profile.py
import 15.2.5
[ceph.git] / ceph / src / pybind / mgr / dashboard / controllers / erasure_code_profile.py
index c4cc867220d6ca07f8a7d4c0d7500e09cde9530c..3c8ba61f9f8ab9387038d56a879d5e499d630a82 100644 (file)
@@ -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