perf: 修改 rbac tree (#7743)

* perf: 修改 rbac tree

* perf: 修改verbose name

* fix: 修复系统用户

* fix: 还原 xpack

Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
fit2bot
2022-03-07 11:19:03 +08:00
committed by GitHub
parent eb6bddc599
commit a20884e2ad
10 changed files with 123 additions and 72 deletions

View File

@@ -19,6 +19,7 @@ class Migration(migrations.Migration):
],
options={
'permissions': [('view_resourcestatistics', 'Can view resource statistics')],
'verbose_name': 'Common permission'
},
),
]