diff --git a/src/views/settings/Org/OrganizationList.vue b/src/views/settings/Org/OrganizationList.vue index b99b54dde..1b9a985d5 100644 --- a/src/views/settings/Org/OrganizationList.vue +++ b/src/views/settings/Org/OrganizationList.vue @@ -45,13 +45,22 @@ export default { app: 'orgs', resource: 'organization' }, - columns: ['name', + columns: ['name', 'id', 'resource_statistics.users_amount', 'resource_statistics.groups_amount', 'resource_statistics.assets_amount', 'resource_statistics.asset_perms_amount', 'actions' ], + columnsShow: { + min: ['name', 'actions'], + default: [ + 'name', 'resource_statistics.users_amount', + 'resource_statistics.groups_amount', + 'resource_statistics.assets_amount', + 'resource_statistics.asset_perms_amount' + ] + }, columnsMeta: { 'resource_statistics.users_amount': { label: this.$t('Users'),