mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-02 15:36:56 +00:00
Merge pull request #3165 from jumpserver/pr@dev@user_list
perf: 用户列表不显示is_superuser
This commit is contained in:
commit
e11441e5a7
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user