diff --git a/src/views/accounts/Automation/BaseExecutionList.vue b/src/views/accounts/Automation/BaseExecutionList.vue index d500f4787..0607cdd33 100644 --- a/src/views/accounts/Automation/BaseExecutionList.vue +++ b/src/views/accounts/Automation/BaseExecutionList.vue @@ -137,8 +137,8 @@ export default { getUrlQuery: true, options: [ { - label: this.$t('TaskID'), - value: 'automation_id' + label: this.$t('ID'), + value: 'id' }, { label: this.$t('DisplayName'),