mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-26 06:58:53 +00:00
[Update] 更新个人信息页面(SSH公钥设置)2
This commit is contained in:
@@ -31,8 +31,8 @@ export default {
|
|||||||
return {
|
return {
|
||||||
url: '/api/v1/users/profile/public-key/',
|
url: '/api/v1/users/profile/public-key/',
|
||||||
fields: [
|
fields: [
|
||||||
['原来SSH密钥', ['public_key_comment', 'public_key_hash_md5']],
|
['原来SSH公钥', ['public_key_comment', 'public_key_hash_md5']],
|
||||||
['更新SSH密码', ['public_key']]
|
['更新SSH公钥', ['public_key']]
|
||||||
],
|
],
|
||||||
fieldsMeta: {
|
fieldsMeta: {
|
||||||
public_key_comment: {
|
public_key_comment: {
|
||||||
|
Reference in New Issue
Block a user