mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-22 03:47:38 +00:00
fix: windows sync remove account fail and applet deploy rbac perm error and job exection log admin auditor cannot view
This commit is contained in:
@@ -60,7 +60,7 @@ class AppletHostDeploymentViewSet(viewsets.ModelViewSet):
|
||||
queryset = AppletHostDeployment.objects.all()
|
||||
filterset_fields = ['host', ]
|
||||
rbac_perms = (
|
||||
('applets', 'terminal.view_AppletHostDeployment'),
|
||||
('applets', 'terminal.view_applethostdeployment'),
|
||||
('uninstall', 'terminal.change_applethost'),
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user