mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-17 23:59:02 +00:00
Merge pull request #3165 from jumpserver/pr@dev@user_list
perf: 用户列表不显示is_superuser
This commit is contained in:
@@ -47,7 +47,7 @@ export default {
|
||||
},
|
||||
columnsExclude: [
|
||||
'password', 'password_strategy', 'public_key',
|
||||
'is_otp_secret_key_bound', 'mfa_enabled',
|
||||
'is_otp_secret_key_bound', 'mfa_enabled', 'is_superuser',
|
||||
'mfa_force_enabled', 'is_service_account', 'avatar_url'
|
||||
],
|
||||
columnsShow: {
|
||||
|
Reference in New Issue
Block a user