Skip to content

Commit baa7497

Browse files
committed
Was implemented Event list for job, run and fleet
1 parent 3b0ae48 commit baa7497

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

frontend/src/pages/Events/List/hooks/useFilters.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -117,53 +117,53 @@ export const useFilters = () => {
117117
{
118118
key: filterKeys.TARGET_PROJECTS,
119119
operators: ['='],
120-
propertyLabel: 'Target Projects',
120+
propertyLabel: 'Target projects',
121121
groupValuesLabel: 'Project ids',
122122
},
123123
{
124124
key: filterKeys.TARGET_USERS,
125125
operators: ['='],
126-
propertyLabel: 'Target Users',
126+
propertyLabel: 'Target users',
127127
groupValuesLabel: 'Project ids',
128128
},
129129
{
130130
key: filterKeys.TARGET_FLEETS,
131131
operators: ['='],
132-
propertyLabel: 'Target Fleets',
132+
propertyLabel: 'Target fleets',
133133
},
134134
{
135135
key: filterKeys.TARGET_INSTANCES,
136136
operators: ['='],
137-
propertyLabel: 'Target Instances',
137+
propertyLabel: 'Target instances',
138138
},
139139
{
140140
key: filterKeys.TARGET_RUNS,
141141
operators: ['='],
142-
propertyLabel: 'Target Runs',
142+
propertyLabel: 'Target runs',
143143
},
144144
{
145145
key: filterKeys.TARGET_JOBS,
146146
operators: ['='],
147-
propertyLabel: 'Target Jobs',
147+
propertyLabel: 'Target jobs',
148148
},
149149

150150
{
151151
key: filterKeys.WITHIN_PROJECTS,
152152
operators: ['='],
153-
propertyLabel: 'Within Projects',
153+
propertyLabel: 'Within projects',
154154
groupValuesLabel: 'Project ids',
155155
},
156156

157157
{
158158
key: filterKeys.WITHIN_FLEETS,
159159
operators: ['='],
160-
propertyLabel: 'Within Fleets',
160+
propertyLabel: 'Within fleets',
161161
},
162162

163163
{
164164
key: filterKeys.WITHIN_RUNS,
165165
operators: ['='],
166-
propertyLabel: 'Within Runs',
166+
propertyLabel: 'Within runs',
167167
},
168168

169169
{

0 commit comments

Comments
 (0)