mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 22:36:23 +00:00
perf: 账号详情不显示特殊信息
This commit is contained in:
@@ -115,7 +115,7 @@ export default {
|
|||||||
url: `/api/v1/accounts/accounts/${this.object.id}`,
|
url: `/api/v1/accounts/accounts/${this.object.id}`,
|
||||||
excludes: [
|
excludes: [
|
||||||
'asset', 'template', 'privileged', 'secret',
|
'asset', 'template', 'privileged', 'secret',
|
||||||
'passphrase', 'specific'
|
'passphrase', 'specific', 'spec_info'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user