mirror of https://github.com/jumpserver/jumpserver
perf: 修复系统用户翻译
parent
9660e20176
commit
98e38ebfd8
|
@ -49,6 +49,7 @@ class AccountSecretSerializer(AccountSerializer):
|
|||
'password': {'write_only': False},
|
||||
'private_key': {'write_only': False},
|
||||
'public_key': {'write_only': False},
|
||||
'systemuser_display': {'label': _('System user display')}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue