diff --git a/showcase/src/components/WorkflowList.vue b/showcase/src/components/WorkflowList.vue index d9b4b2cbc..8e7130ab8 100644 --- a/showcase/src/components/WorkflowList.vue +++ b/showcase/src/components/WorkflowList.vue @@ -1,9 +1,11 @@ - Workflows - - {{ workflow.workflows[0].name }} - + + + {{ workflow.definition.name}} + {{ workflow.definition.annotation }} + + @@ -13,16 +15,21 @@ grid-template-columns: repeat(3, 1fr); gap: 10px; } +.grid-item { + border: 1px solid #ccc; + border-radius: 4px; + padding: 10px; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); +} \ No newline at end of file diff --git a/showcase/src/pages/index.astro b/showcase/src/pages/index.astro index 8a6ab9028..4207bcec1 100644 --- a/showcase/src/pages/index.astro +++ b/showcase/src/pages/index.astro @@ -5,10 +5,10 @@ import WorkflowList from "../components/WorkflowList.vue"; import { Debug } from 'astro:components'; --- - + Intergalactic Workflow Commission Gallery - +
{{ workflow.definition.annotation }}