perf: account exclude spec info

This commit is contained in:
feng
2023-02-06 16:10:32 +08:00
parent 8675da453f
commit ff219c0675
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ export default {
app: 'assets',
resource: 'account'
},
columnsExclude: ['specific'],
columnsExclude: ['spec_info'],
columnsShow: {
min: ['name', 'username', 'actions'],
default: [

View File

@@ -25,7 +25,7 @@ export default {
tableConfig: {
url: '/api/v1/accounts/account-templates/',
columns: null,
columnsExclude: ['specific'],
columnsExclude: ['spec_info'],
columnsShow: {
min: ['name', 'actions'],
default: ['name', 'username', 'secret_type', 'has_secret', 'privileged', 'actions']