diff --git a/src/views/accounts/AccountBackup/AccountBackupExecution/AccountBackupExecutionList.vue b/src/views/accounts/AccountBackup/AccountBackupExecution/AccountBackupExecutionList.vue index 5457187b0..c6686126d 100644 --- a/src/views/accounts/AccountBackup/AccountBackupExecution/AccountBackupExecutionList.vue +++ b/src/views/accounts/AccountBackup/AccountBackupExecution/AccountBackupExecutionList.vue @@ -30,7 +30,7 @@ export default { columnsShow: { default: [ 'automation', 'backup_name', 'trigger', - 'date_start', 'date_finished', 'duration', 'actions' + 'date_start', 'date_finished', 'actions' ] }, columnsMeta: { diff --git a/src/views/accounts/AccountBackup/AccountBackupList.vue b/src/views/accounts/AccountBackup/AccountBackupList.vue index 2b4f41828..9844319fc 100644 --- a/src/views/accounts/AccountBackup/AccountBackupList.vue +++ b/src/views/accounts/AccountBackup/AccountBackupList.vue @@ -38,7 +38,7 @@ export default { columnsShow: { min: ['name', 'actions'], default: [ - 'name', 'backup_type', 'org_name', 'periodic_display', + 'name', 'backup_type', 'periodic_display', 'executed_amount', 'is_active', 'actions' ] }, diff --git a/src/views/accounts/AccountChangeSecret/AccountChangeSecretExecution/AccountChangeSecretExecutionList.vue b/src/views/accounts/AccountChangeSecret/AccountChangeSecretExecution/AccountChangeSecretExecutionList.vue index 497a01acc..bb33d13cd 100644 --- a/src/views/accounts/AccountChangeSecret/AccountChangeSecretExecution/AccountChangeSecretExecutionList.vue +++ b/src/views/accounts/AccountChangeSecret/AccountChangeSecretExecution/AccountChangeSecretExecutionList.vue @@ -22,7 +22,7 @@ export default { ], columnsShow: { default: [ - 'automation', 'change_secret_name', 'status', + 'automation', 'change_secret_name', 'trigger', 'status', 'date_start', 'date_finished', 'actions' ] }, diff --git a/src/views/accounts/AccountChangeSecret/index.vue b/src/views/accounts/AccountChangeSecret/index.vue index 76058c4b0..8934928ba 100644 --- a/src/views/accounts/AccountChangeSecret/index.vue +++ b/src/views/accounts/AccountChangeSecret/index.vue @@ -36,7 +36,7 @@ export default { ) }, { - title: this.$t('AccountRecord'), + title: this.$t('RecordList'), name: 'ChangeSecretRecord', hidden: () => !this.$hasPerm('accounts.view_changesecretrecord'), component: () => import( diff --git a/src/views/accounts/AccountPush/AccountPushExecutionList.vue b/src/views/accounts/AccountPush/AccountPushExecutionList.vue index b18ffa193..6a2a483a0 100644 --- a/src/views/accounts/AccountPush/AccountPushExecutionList.vue +++ b/src/views/accounts/AccountPush/AccountPushExecutionList.vue @@ -28,7 +28,7 @@ export default { ], columnsShow: { default: [ - 'automation', 'push_user_name', 'status', + 'automation', 'push_user_name', 'trigger', 'status', 'date_start', 'date_finished', 'actions' ] }, diff --git a/src/views/accounts/AccountPush/index.vue b/src/views/accounts/AccountPush/index.vue index f6e91577d..af4e0b3db 100644 --- a/src/views/accounts/AccountPush/index.vue +++ b/src/views/accounts/AccountPush/index.vue @@ -28,7 +28,7 @@ export default { component: () => import('@/views/accounts/AccountPush/AccountPushExecutionList.vue') }, { - title: this.$t('AccountRecord'), + title: this.$t('RecordList'), name: 'AccountPushRecord', hidden: () => !this.$hasPerm('accounts.view_pushsecretrecord'), component: () => import( diff --git a/src/views/dashboard/ChangeSecret/CardSummary.vue b/src/views/dashboard/ChangeSecret/CardSummary.vue index 3f03673b3..a6245ce55 100644 --- a/src/views/dashboard/ChangeSecret/CardSummary.vue +++ b/src/views/dashboard/ChangeSecret/CardSummary.vue @@ -1,10 +1,10 @@