Skip to content

Commit 7d5cdb6

Browse files
ayushgupta704drosettimlodic
authored
Fix history routing constants for artifacts and wildcards (#3624)
* updated PR automation Slow run to avoid executing all the optional containers * update history routing constants to fix broken tabs --------- Co-authored-by: Daniele Rosetti <55402684+drosetti@users.noreply.github.com> Co-authored-by: Matteo Lodi <30625432+mlodic@users.noreply.github.com>
1 parent 534c7d5 commit 7d5cdb6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

frontend/src/constants/miscConst.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ export const localTimezone = Intl.DateTimeFormat().resolvedOptions().timeZone;
2828
export const HistoryPages = Object.freeze({
2929
JOB: "jobs",
3030
INVESTIGAITON: "investigations",
31-
USER_EVENT: "user-events",
32-
USER_DOMAIN_WILDCARD_EVENT: "user-domain-wildcard-events",
33-
USER_IP_WILDCARD_EVENT: "user-ip-wildcard-events",
31+
USER_EVENT: "user-evaluations",
32+
USER_DOMAIN_WILDCARD_EVENT: "user-domain-wildcard-evaluations",
33+
USER_IP_WILDCARD_EVENT: "user-ip-wildcard-evaluations",
3434
});
3535

3636
export const Classifications = Object.freeze({

0 commit comments

Comments
 (0)