mirror of https://github.com/jumpserver/jumpserver
fix: 工单权限位放到sys角色中
parent
996621f303
commit
b8c083af7e
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:449810c3661c09f6448b9c67e7a193f303a3bef7ccc3d0f1efe6e099804e782a
|
oid sha256:b1c6c0f9212f9d154a432d93785677ebc206eed4fd4338d3fe11b4b528d65c11
|
||||||
size 104323
|
size 104323
|
||||||
|
|
|
@ -2050,7 +2050,7 @@ msgstr "请修改密码"
|
||||||
|
|
||||||
#: authentication/models.py:33 terminal/serializers/storage.py:30
|
#: authentication/models.py:33 terminal/serializers/storage.py:30
|
||||||
msgid "Access key"
|
msgid "Access key"
|
||||||
msgstr "Api key"
|
msgstr "API key"
|
||||||
|
|
||||||
#: authentication/models.py:40
|
#: authentication/models.py:40
|
||||||
msgid "Private Token"
|
msgid "Private Token"
|
||||||
|
|
|
@ -100,6 +100,7 @@ only_system_permissions = (
|
||||||
('orgs', 'organization', '*', '*'),
|
('orgs', 'organization', '*', '*'),
|
||||||
('xpack', 'license', '*', '*'),
|
('xpack', 'license', '*', '*'),
|
||||||
('settings', 'setting', '*', '*'),
|
('settings', 'setting', '*', '*'),
|
||||||
|
('tickets', '*', '*', '*'),
|
||||||
('ops', 'task', 'view', 'taskmonitor'),
|
('ops', 'task', 'view', 'taskmonitor'),
|
||||||
('terminal', 'terminal', '*', '*'),
|
('terminal', 'terminal', '*', '*'),
|
||||||
('terminal', 'commandstorage', '*', '*'),
|
('terminal', 'commandstorage', '*', '*'),
|
||||||
|
|
Loading…
Reference in New Issue