mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-13 13:49:07 +00:00
pref(userProfile): 优化ssh公钥textarea字段为自适应高度
This commit is contained in:
@@ -46,7 +46,8 @@ export default {
|
||||
public_key: {
|
||||
el: {
|
||||
type: 'textarea',
|
||||
placeholder: 'ssh-rsa AAAA...'
|
||||
placeholder: 'ssh-rsa AAAA...',
|
||||
autosize: true
|
||||
},
|
||||
helpText: this.$t('users.HelpText.SSHKeyOfProfileSSHUpdatePage')
|
||||
}
|
||||
|
Reference in New Issue
Block a user