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