Sha256: fa6894f75f954ef471730ae88cac80ffe2141899f5a6c7163a857bef99e0148c

Contents?: true

Size: 417 Bytes

Versions: 9

Compression:

Stored size: 417 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=host+%3D+';
export const JOB_API_URL =
  '/api/job_invocations?order=start_at+DESC&search=targeted_host_id%3D';
export const JOBS_IN_CARD = 3;

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
foreman_remote_execution-5.0.4 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-5.0.3 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-6.0.0 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-5.0.2 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-5.1.0 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-5.0.1 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-5.0.0 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-4.8.0 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-4.7.0 webpack/react_app/components/RecentJobsCard/constants.js