diff --git a/src/components/AccountListTable/AccountList.vue b/src/components/AccountListTable/AccountList.vue index 90f04e17c..a6051cc19 100644 --- a/src/components/AccountListTable/AccountList.vue +++ b/src/components/AccountListTable/AccountList.vue @@ -106,7 +106,7 @@ export default { app: 'assets', resource: 'account' }, - columnsExclude: ['specific'], + columnsExclude: ['spec_info'], columnsShow: { min: ['name', 'username', 'actions'], default: [ diff --git a/src/views/accounts/AccountTemplate/AccountTemplateList.vue b/src/views/accounts/AccountTemplate/AccountTemplateList.vue index 24c37b081..3f2d28c4f 100644 --- a/src/views/accounts/AccountTemplate/AccountTemplateList.vue +++ b/src/views/accounts/AccountTemplate/AccountTemplateList.vue @@ -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']