diff --git a/ui/src/config/section/account.js b/ui/src/config/section/account.js index 1fce57aad7b..86c88fcf010 100644 --- a/ui/src/config/section/account.js +++ b/ui/src/config/section/account.js @@ -22,7 +22,7 @@ export default { docHelp: 'adminguide/accounts.html', permission: ['listAccounts'], columns: ['name', 'state', 'rolename', 'roletype', 'domainpath'], - details: ['name', 'id', 'rolename', 'roletype', 'domainpath', 'networkdomain', 'iptotal', 'vmtotal', 'volumetotal', 'receivedbytes', 'sentbytes'], + details: ['name', 'id', 'rolename', 'roletype', 'domainpath', 'networkdomain', 'iptotal', 'vmtotal', 'volumetotal', 'receivedbytes', 'sentbytes', 'created'], related: [{ name: 'accountuser', title: 'label.users', diff --git a/ui/src/config/section/domain.js b/ui/src/config/section/domain.js index 7fbd263b4ba..92c038bfb0d 100644 --- a/ui/src/config/section/domain.js +++ b/ui/src/config/section/domain.js @@ -23,7 +23,7 @@ export default { permission: ['listDomains', 'listDomainChildren'], resourceType: 'Domain', columns: ['name', 'state', 'path', 'parentdomainname', 'level'], - details: ['name', 'id', 'path', 'parentdomainname', 'level', 'networkdomain'], + details: ['name', 'id', 'path', 'parentdomainname', 'level', 'networkdomain', 'created'], component: () => import('@/views/iam/DomainView.vue'), related: [{ name: 'account',