@@ -29,6 +29,7 @@ const ManageColumns = () => {
29
29
30
30
const filteringResets = {
31
31
runId : { nameSearchTerm : '' } ,
32
+ userName : { userNameSearchTerm : '' } ,
32
33
workflowName : { wfNameSearchTerm : '' } ,
33
34
dateSubmitted : { submittedAtSelections : [ ] } ,
34
35
jobStatus : { jobStatusSelections : [ ] } ,
@@ -95,30 +96,34 @@ const ManageColumns = () => {
95
96
key : '1' ,
96
97
} ,
97
98
{
98
- label : columnSwitch ( 'Workflow Name' , 'showWorkflowName ' ) ,
99
+ label : columnSwitch ( 'User Name' , 'showUserName ' ) ,
99
100
key : '2' ,
100
101
} ,
101
102
102
103
{
103
- label : columnSwitch ( 'Date/Time Submitted ' , 'showDateSubmitted ' ) ,
104
+ label : columnSwitch ( 'Workflow Name ' , 'showWorkflowName ' ) ,
104
105
key : '3' ,
105
106
} ,
106
107
{
107
- label : columnSwitch ( 'Job Status ' , 'showJobStatus ' ) ,
108
+ label : columnSwitch ( 'Date/Time Submitted ' , 'showDateSubmitted ' ) ,
108
109
key : '4' ,
109
110
} ,
110
111
{
111
- label : columnSwitch ( 'Date/Time Finished ' , 'showDateFinished ' ) ,
112
+ label : columnSwitch ( 'Job Status ' , 'showJobStatus ' ) ,
112
113
key : '5' ,
113
114
} ,
114
115
{
115
- label : columnSwitch ( 'View Details ' , 'showViewDetails ' ) ,
116
+ label : columnSwitch ( 'Date/Time Finished ' , 'showDateFinished ' ) ,
116
117
key : '6' ,
117
118
} ,
118
119
{
119
- label : columnSwitch ( 'Actions ' , 'showActions ' ) ,
120
+ label : columnSwitch ( 'View Details ' , 'showViewDetails ' ) ,
120
121
key : '7' ,
121
122
} ,
123
+ {
124
+ label : columnSwitch ( 'Actions' , 'showActions' ) ,
125
+ key : '8' ,
126
+ } ,
122
127
] ;
123
128
124
129
return (
0 commit comments