We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d6d1c commit dbdbf4dCopy full SHA for dbdbf4d
frontend/src/pages/Events/List/hooks/useFilters.ts
@@ -168,17 +168,17 @@ export const useFilters = () => {
168
{
169
key: filterKeys.TARGET_VOLUMES,
170
operators: ['='],
171
- propertyLabel: 'Target volumes',
+ propertyLabel: 'Target volume IDs',
172
},
173
174
key: filterKeys.TARGET_GATEWAYS,
175
176
- propertyLabel: 'Target gateways',
+ propertyLabel: 'Target gateway IDs',
177
178
179
key: filterKeys.TARGET_SECRETS,
180
181
- propertyLabel: 'Target secrets',
+ propertyLabel: 'Target secret IDs',
182
183
184
0 commit comments