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

Galaxy workflow state from analysis.status

parent c70ba6c2
No related branches found
No related tags found
No related merge requests found
Pipeline #107573 passed
...@@ -85,8 +85,8 @@ ...@@ -85,8 +85,8 @@
:state="value.state" :state="value.state"
></analysis-state> ></analysis-state>
</template> </template>
<template #[`item.workflow_invocation_status`]="{ value }"> <template #[`item.status`]="{ value }">
<InvocationState v-if="value" :state="value"></InvocationState> <invocation-state :state="value"></invocation-state>
</template> </template>
<template #[`item.categories`]="{ value }"> <template #[`item.categories`]="{ value }">
<PhenotypeCategoriesChips <PhenotypeCategoriesChips
......
...@@ -53,7 +53,7 @@ export default { ...@@ -53,7 +53,7 @@ export default {
{ text: 'Description', value: 'description' }, { text: 'Description', value: 'description' },
{ text: 'Creation Date', value: 'creation_date' }, { text: 'Creation Date', value: 'creation_date' },
{ text: 'Galaxy history state', value: 'history_status' }, { text: 'Galaxy history state', value: 'history_status' },
{ text: 'Galaxy workflow state', value: 'workflow_invocation_status' }, { text: 'Galaxy workflow state', value: 'status' },
{ text: 'Phenotypes', value: 'phenotypes' }, { text: 'Phenotypes', value: 'phenotypes' },
{ text: 'Additive covariates', value: 'covariates' }, { text: 'Additive covariates', value: 'covariates' },
{ text: 'Project', value: 'project.project_name' }, { text: 'Project', value: 'project.project_name' },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment