feat: 增加资产账号详情

This commit is contained in:
“huailei000”
2022-11-02 15:34:34 +08:00
parent 7b0e41d478
commit aba8a3cc55
5 changed files with 147 additions and 4 deletions

View File

@@ -91,12 +91,12 @@ export default {
resource: 'account'
},
columns: [
'asset', 'username', 'version', 'privileged',
'name', 'asset', 'username', 'version', 'privileged',
'secret_type', 'date_created', 'date_updated', 'actions'
],
columnsShow: {
min: ['username', 'actions'],
default: ['hostname', 'ip', 'username', 'version', 'privileged', 'actions']
min: ['name', 'username', 'actions'],
default: ['name', 'hostname', 'ip', 'username', 'version', 'privileged', 'actions']
},
columnsMeta: {
asset: {