diff --git a/src/views/ops/Execution/index.vue b/src/views/ops/Execution/index.vue index 27e4262c9..42501c270 100644 --- a/src/views/ops/Execution/index.vue +++ b/src/views/ops/Execution/index.vue @@ -120,6 +120,7 @@ export default { { title: this.$t('Output'), name: 'logging', + type: 'info', can: true, callback: ({ row }) => { openTaskPage(row.task_id)