diff --git a/packages/editor-ui/src/components/ExecutionsList.vue b/packages/editor-ui/src/components/ExecutionsList.vue index 7f510a48b6..8916e892c4 100644 --- a/packages/editor-ui/src/components/ExecutionsList.vue +++ b/packages/editor-ui/src/components/ExecutionsList.vue @@ -79,9 +79,11 @@ /> - {{ - execution.workflowName || $locale.baseText('executionsList.unsavedWorkflow') - }} + {{ + execution.workflowName || $locale.baseText('executionsList.unsavedWorkflow') + }} {{ formatDate(execution.startedAt) }} @@ -1192,4 +1194,9 @@ export default defineComponent({ height: 48px; margin-bottom: var(--spacing-2xs); } + +.link { + color: var(--color-text-light); + text-decoration: underline; +}