Skip to content

Commit

Permalink
Display query parameters in alert history (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkst-sharukh authored Dec 6, 2024
1 parent 0dfe5df commit 01e1c06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend_vue/src/utils/incidentAlertService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export function buildIncidentDetails(
(hitAlert.location &&
locationValue(hitAlert.token_type, hitAlert.location)) ||
null,
request_args: hitAlert?.request_args || null,
},
time_of_hit: convertUnixTimeStampToDate(hitAlert.time_of_hit),
src_ip: hitAlert.src_ip,
Expand Down

0 comments on commit 01e1c06

Please sign in to comment.