Sha256: edf8e415a9893916f431b828fa6a3ac76865bdb6fe585ce4f10e6ca2e3fabb8b

Contents?: true

Size: 630 Bytes

Versions: 8

Compression:

Stored size: 630 Bytes

Contents

export const HOST_DETAILS_JOBS = 'HOST_DETAILS_JOBS';
export const FINISHED_TAB = 0;
export const RUNNING_TAB = 1;
export const SCHEDULED_TAB = 2;

export const JOB_SUCCESS_STATUS = 0;
export const JOB_ERROR_STATUS = 1;
export const JOB_PLANNED_STATUS = 2;
export const JOB_RUNNING_STATUS = 3;
export const JOB_CANCELLED_STATUS = 4;
export const JOB_AWAITING_STATUS = 5;

export const JOB_BASE_URL = '/job_invocations?search=targeted_host_id+%3D+';
export const JOB_API_URL =
  '/job_invocations/preview_job_invocations_per_host?host_id=';
export const JOBS_IN_CARD = 3;
export const RECENT_JOBS_KEY = { key: 'RECENT_JOBS_KEY' };

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
foreman_remote_execution-15.0.2 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-15.0.1 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-15.0.0 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-14.1.4 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-14.1.3 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-14.1.2 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-14.1.1 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-14.1.0 webpack/react_app/components/RecentJobsCard/constants.js