mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-01 23:47:40 +00:00
perf: report perm
This commit is contained in:
@@ -32,7 +32,13 @@ class Migration(migrations.Migration):
|
||||
('view_workbench', 'Can view workbench view'),
|
||||
('view_webterminal', 'Can view web terminal'),
|
||||
('view_filemanager', 'Can view file manager'),
|
||||
('view_systemtools', 'Can view System Tools')
|
||||
('view_systemtools', 'Can view System Tools'),
|
||||
('view_userloginreport', 'Can view user login report'),
|
||||
('view_userchangepasswordreport', 'Can view user change password report'),
|
||||
('view_assetstatisticsreport', 'Can view asset statistics report'),
|
||||
('view_assetactivityreport', 'Can view asset activity report'),
|
||||
('view_accountstatisticsreport', 'Can view account statistics report'),
|
||||
('view_accountautomationreport', 'Can view account automation report')
|
||||
],
|
||||
'default_permissions': [],
|
||||
},
|
||||
|
Reference in New Issue
Block a user