diff --git a/src/components/Table/CardTable.vue b/src/components/Table/CardTable.vue index 4c51d40d7..cf48e7812 100644 --- a/src/components/Table/CardTable.vue +++ b/src/components/Table/CardTable.vue @@ -7,7 +7,7 @@ v-bind="headerActions" /> - + >> .svg-icon { + line-height: 40px; color: #FFF !important; font-size: 16px; } diff --git a/src/layout/components/Page/index.vue b/src/layout/components/Page/index.vue index 00984268e..cc0b36607 100644 --- a/src/layout/components/Page/index.vue +++ b/src/layout/components/Page/index.vue @@ -128,7 +128,7 @@ export default { .page-content { height: calc(100% - 20px); overflow-x: hidden; - overflow-y: auto; + overflow-y: auto !important; ::v-deep > div { margin-bottom: 50px; diff --git a/src/router/console/accounts.js b/src/router/console/accounts.js index c3868d6b7..4bf4b0c55 100644 --- a/src/router/console/accounts.js +++ b/src/router/console/accounts.js @@ -79,7 +79,7 @@ export default [ name: 'AccountTemplateList', component: () => import('@/views/accounts/AccountTemplate/AccountTemplateList'), meta: { - menuTitle: i18n.t('AccountTemplates'), + menuTitle: i18n.t('AccountTemplate'), title: i18n.t('AccountTemplateList'), permissions: ['accounts.view_accounttemplate'] } @@ -142,7 +142,7 @@ export default [ name: 'AccountPushList', meta: { title: i18n.t('AccountPushList'), - menuTitle: i18n.t('PushAccounts'), + menuTitle: i18n.t('AccountPushList'), activeMenu: '/console/accounts/automations', permissions: ['accounts.view_pushaccountautomation'] } @@ -381,7 +381,7 @@ export default [ component: () => import('@/views/accounts/AccountBackup/index.vue'), name: 'AccountBackupList', meta: { - menuTitle: i18n.t('BackupAccounts'), + menuTitle: i18n.t('AccountBackup'), title: i18n.t('AccountBackupList'), activeMenu: '/console/accounts/automations', permissions: ['accounts.view_accountbackupautomation'] diff --git a/src/router/profile/index.js b/src/router/profile/index.js index be96b51b2..74daebece 100644 --- a/src/router/profile/index.js +++ b/src/router/profile/index.js @@ -60,7 +60,7 @@ export default { component: () => import('@/views/profile/AccessKey/index'), name: 'AccessKey', icon: 'key', - meta: { title: i18n.t('AccessKeys'), permissions: ['authentication.view_accesskey'] } + meta: { title: i18n.t('AccessKey'), permissions: ['authentication.view_accesskey'] } }, { path: ':id/update', @@ -68,7 +68,7 @@ export default { name: 'AccessKeyCreateUpdate', hidden: true, meta: { - title: i18n.t('AccessKeys'), + title: i18n.t('AccessKey'), permissions: ['authentication.change_accesskey'], activeMenu: '/profile/access-keys' } diff --git a/src/views/accounts/AccountGather/index.vue b/src/views/accounts/AccountGather/index.vue index 4c2233ae9..10d4a3e6a 100644 --- a/src/views/accounts/AccountGather/index.vue +++ b/src/views/accounts/AccountGather/index.vue @@ -16,7 +16,7 @@ export default { activeMenu: 'AccountGatherList', submenu: [ { - title: this.$t('GatheredAccounts'), + title: this.$t('AccountGatherList'), name: 'AccountGatherList', hidden: !this.$hasPerm('accounts.view_gatheredaccount'), component: () => import('@/views/accounts/AccountGather/AccountGatherList.vue') diff --git a/src/views/accounts/Automation/index.vue b/src/views/accounts/Automation/index.vue index 2fcd39d90..b03103de7 100644 --- a/src/views/accounts/Automation/index.vue +++ b/src/views/accounts/Automation/index.vue @@ -21,7 +21,7 @@ export default { totalData: [ { id: 'push-account', - display_name: this.$t('PushAccounts'), + display_name: this.$t('AccountPushList'), name: 'AccountPushList', comment: this.$t('PushAccountsHelpText'), icon: 'push-account', @@ -47,7 +47,7 @@ export default { }, { id: 'backup_account', - display_name: this.$t('BackupAccounts'), + display_name: this.$t('AccountBackup'), name: 'AccountBackupList', comment: this.$t('BackupAccountsHelpText'), icon: 'backup-account', diff --git a/src/views/dashboard/Audit/index.vue b/src/views/dashboard/Audit/index.vue index 4fde06641..8d0a8974e 100644 --- a/src/views/dashboard/Audit/index.vue +++ b/src/views/dashboard/Audit/index.vue @@ -52,23 +52,3 @@ export default { } } - - diff --git a/src/views/dashboard/components/SwitchDate.vue b/src/views/dashboard/components/SwitchDate.vue index efbcc0e94..ec35b7fa8 100644 --- a/src/views/dashboard/components/SwitchDate.vue +++ b/src/views/dashboard/components/SwitchDate.vue @@ -57,26 +57,21 @@ export default {