Skip to content

Commit 3c77693

Browse files
authored
Allow searching for HTTP response status in marker views (#5504)
Fixes #5432.
1 parent 1d36df0 commit 3c77693

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/profile-logic/marker-schema.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,13 @@ export const markerSchemaFrontEndOnly: MarkerSchema[] = [
7777
searchable: true,
7878
hidden: true,
7979
},
80+
{
81+
format: 'integer',
82+
key: 'responseStatus',
83+
label: 'Response Status',
84+
searchable: true,
85+
hidden: true,
86+
},
8087
],
8188
},
8289
];

0 commit comments

Comments
 (0)