Resolve "Create List Workflow Executions Page"
Compare changes
Files
2- Daniel Göbel authored
@@ -10,6 +10,7 @@ import {
@@ -19,12 +20,14 @@ const executionsState = reactive<{
@@ -49,13 +52,36 @@ const sortedExecutions = computed<WorkflowExecutionOut[]>(() => {
@@ -153,15 +179,17 @@ function workflowExecutionCancable(status: WorkflowExecutionStatus): boolean {
@@ -186,8 +214,20 @@ onMounted(() => {
@@ -241,7 +281,7 @@ onMounted(() => {
@@ -304,7 +344,9 @@ onMounted(() => {
@@ -312,10 +354,12 @@ onMounted(() => {