diff --git a/src/views/audits/JobExecutionLogList.vue b/src/views/audits/JobExecutionLogList.vue index 6096d29d2..cd2bfa585 100644 --- a/src/views/audits/JobExecutionLogList.vue +++ b/src/views/audits/JobExecutionLogList.vue @@ -101,15 +101,7 @@ export default { options: [ { label: this.$t('audits.User'), - value: 'user__name' - }, - { - label: this.$t('audits.Username'), - value: 'user__username' - }, - { - label: this.$t('audits.SystemUserName'), - value: 'run_as__username' + value: 'creator__name' } ] }