mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-18 00:08:31 +00:00
feat: 工作台区分组织 (#8040)
* perf: 工作台受组织角色控制 * perf: workspace => workbench * perf: 修改 workspace codename Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
@@ -14,7 +14,7 @@ class MenuPermission(models.Model):
|
||||
permissions = [
|
||||
('view_console', _('Can view console view')),
|
||||
('view_audit', _('Can view audit view')),
|
||||
('view_workspace', _('Can view workspace view')),
|
||||
('view_workbench', _('Can view workbench view')),
|
||||
('view_webterminal', _('Can view web terminal')),
|
||||
('view_filemanager', _('Can view file manager')),
|
||||
]
|
||||
|
Reference in New Issue
Block a user