Merge pull request #3027 from jumpserver/pr@dev@account_exclude

perf: 账号详情去除params
This commit is contained in:
feng626 2023-04-17 17:56:35 +08:00 committed by GitHub
commit afc4bea076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,7 @@ export default {
url: `/api/v1/accounts/accounts/${this.object.id}`,
excludes: [
'template', 'privileged', 'secret',
'passphrase', 'spec_info'
'passphrase', 'spec_info', 'params'
],
formatters: {
asset: (item, value) => {