File tree 1 file changed +3
-3
lines changed
litmus-portal/frontend/src/views/ChaosWorkflows/BrowseAnalytics/WorkflowRunDetailsTable
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ const TableToolBar: React.FC<TableToolBarProps> = ({
144
144
>
145
145
< InputLabel className = { classes . selectText } > Test Result </ InputLabel >
146
146
< Select
147
- label = "Target cluster "
147
+ label = "Test Result "
148
148
value = { testResult }
149
149
onChange = { handleTestResultChange }
150
150
className = { classes . selectText }
@@ -163,9 +163,9 @@ const TableToolBar: React.FC<TableToolBarProps> = ({
163
163
color = "secondary"
164
164
focused
165
165
>
166
- < InputLabel className = { classes . selectText } > Test </ InputLabel >
166
+ < InputLabel className = { classes . selectText } > Test Name </ InputLabel >
167
167
< Select
168
- label = "Target cluster "
168
+ label = "Test Name "
169
169
value = { test }
170
170
onChange = { handleTestChange }
171
171
className = { classes . selectText }
You can’t perform that action at this time.
0 commit comments