Skip to content

Commit

Permalink
Update workflow footer to include last update information
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Dec 16, 2024
1 parent 27f01c7 commit 4a5c9a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ function selectWorkflow(workflow: Workflow) {
</UBadge>
</div>
<template #footer>
<p class="text-xs text-gray-500">Release {{ workflow.definition.release }}</p>
<div class="flex space-x-4">
<p class="text-xs text-gray-500">Release {{ workflow.definition.release }}</p>
<p class="text-xs text-gray-500">(todo:last_update)</p>
</div>
</template>

<UButton :to="`/workflow/${encodeURIComponent(workflow.trsID)}/`">Details</UButton>
Expand Down

0 comments on commit 4a5c9a9

Please sign in to comment.