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

rename column status to history status

parent 990f60e0
No related branches found
No related tags found
1 merge request!74Resolve "select workflow to run"
Pipeline #66578 canceled
...@@ -38,7 +38,7 @@ export default { ...@@ -38,7 +38,7 @@ export default {
{ text: 'Name', value: 'name' }, { text: 'Name', value: 'name' },
{ text: 'Project Name', value: 'project.project_name' }, { text: 'Project Name', value: 'project.project_name' },
{ text: 'Creation Date', value: 'creation_date' }, { text: 'Creation Date', value: 'creation_date' },
{ text: 'Status', value: 'history_status' }, { text: 'History Status', value: 'history_status' },
], ],
dataTableFooterProps: { 'items-per-page-options': [15, 30, 45, -1] }, dataTableFooterProps: { 'items-per-page-options': [15, 30, 45, -1] },
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment