Sha256: d3eaa54fc4804bc2e4e12c020c8ec59f6b29ccf500f363c827f13b53cf60c6d8

Contents?: true

Size: 479 Bytes

Versions: 37

Compression:

Stored size: 479 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_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

37 entries across 37 versions & 1 rubygems

Version Path
foreman_remote_execution-14.0.2 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-14.0.1 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-13.2.6 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-14.0.0 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-13.2.5 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-13.2.4 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-13.2.3 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-13.2.2 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-12.0.7 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-13.2.1 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-13.2.0 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-10.1.3 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-13.0.0 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-12.0.5 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-12.0.4 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-12.0.1 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-12.0.2 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-11.1.3 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-10.1.2 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-12.0.0 webpack/react_app/components/RecentJobsCard/constants.js