Skip to content

Commit 01e1c06

Browse files
Display query parameters in alert history (#628)
1 parent 0dfe5df commit 01e1c06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend_vue/src/utils/incidentAlertService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ export function buildIncidentDetails(
170170
(hitAlert.location &&
171171
locationValue(hitAlert.token_type, hitAlert.location)) ||
172172
null,
173+
request_args: hitAlert?.request_args || null,
173174
},
174175
time_of_hit: convertUnixTimeStampToDate(hitAlert.time_of_hit),
175176
src_ip: hitAlert.src_ip,

0 commit comments

Comments
 (0)