Skip to content
Snippets Groups Projects
Commit 73d1b97c authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Display status if history_status

parent 46dae707
No related branches found
No related tags found
1 merge request!74Resolve "select workflow to run"
...@@ -28,7 +28,10 @@ ...@@ -28,7 +28,10 @@
<v-chip>{{ item.creation_date.toDateString() }}</v-chip> <v-chip>{{ item.creation_date.toDateString() }}</v-chip>
</template> </template>
<template #[`item.history_status`]="{ item }"> <template #[`item.history_status`]="{ item }">
<analysis-state :state="item.history_status.state"></analysis-state> <analysis-state
v-if="item.history_status"
:state="item.history_status.state"
></analysis-state>
</template> </template>
</v-data-table> </v-data-table>
</template> </template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment