diff --git a/src/views/audits/CommandExecutionList.vue b/src/views/audits/CommandExecutionList.vue
index ace6f5b82..d044efd18 100644
--- a/src/views/audits/CommandExecutionList.vue
+++ b/src/views/audits/CommandExecutionList.vue
@@ -56,8 +56,8 @@ export default {
width: '80px',
formatter: (row) => {
const label = this.$t('audits.View')
- const route = { to: { name: 'CeleryTaskLog', params: { id: row.id }, target: '_blank' }}
- return { label }
+ const route = { to: { name: 'CeleryTaskLog', params: { id: row.id }}}
+ return { label }
}
},
date_start: {