mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-13 20:06:20 +00:00
perf: playbook api 去掉多余的rbac_perms (#12813)
Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
parent
dcd7f9f7e6
commit
902fac61e9
@ -69,7 +69,6 @@ class PlaybookViewSet(OrgBulkModelViewSet):
|
||||
|
||||
|
||||
class PlaybookFileBrowserAPIView(APIView):
|
||||
rbac_perms = ()
|
||||
permission_classes = (RBACPermission,)
|
||||
rbac_perms = {
|
||||
'GET': 'ops.change_playbook',
|
||||
|
Loading…
Reference in New Issue
Block a user