We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a8998 commit 47aaa0fCopy full SHA for 47aaa0f
webui/src/components/dashboard/http/Requests.vue
@@ -87,7 +87,7 @@ const events = computed<ServiceEvent[]>(() => {
87
case 'Multi':
88
result = result.filter(x => x.traits.name && filter.service.value.includes(x.traits.name));
89
}
90
- const custom = filter.method.custom?.split(' ');
+ const custom = filter.method.custom?.toUpperCase().split(' ');
91
switch (filter.method.state) {
92
case 'Single':
93
if (filter.method.value[0] === 'CUSTOM') {
0 commit comments