Skip to content

Commit c0053b6

Browse files
committed
Fixes #38591 - API calls refactor
1 parent 446a33e commit c0053b6

File tree

3 files changed

+147
-151
lines changed

3 files changed

+147
-151
lines changed

webpack/JobInvocationDetail/JobInvocationConstants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const CANCEL_RECURRING_LOGIC = 'CANCEL_RECURRING_LOGIC';
1616
export const GET_REPORT_TEMPLATES = 'GET_REPORT_TEMPLATES';
1717
export const GET_REPORT_TEMPLATE_INPUTS = 'GET_REPORT_TEMPLATE_INPUTS';
1818
export const JOB_INVOCATION_HOSTS = 'JOB_INVOCATION_HOSTS';
19+
export const JOB_INVOCATION_PAGE = 'JOB_INVOCATION_PAGE';
1920
export const GET_TEMPLATE_INVOCATION = 'GET_TEMPLATE_INVOCATION';
2021
export const MAX_HOSTS_API_SIZE = 100;
2122
export const DIRECT_OPEN_HOST_LIMIT = 3;

0 commit comments

Comments
 (0)