Sha256: ded911a502b183a6df5a4dca6de6db52abe54114534cdd119a96414a3d6cda4d

Contents?: true

Size: 476 Bytes

Versions: 21

Compression:

Stored size: 476 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;
export const RECENT_JOBS_KEY = { key: 'RECENT_JOBS_KEY' };

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
foreman_remote_execution-9.1.0 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-8.2.1 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-8.2.0 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-9.0.1 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-9.0.0 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-8.1.2 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-8.1.1 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-8.1.0 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-7.2.2 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-7.2.1 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-7.2.0 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-5.0.8 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-8.0.0 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-7.1.1 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-7.1.0 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-7.0.0 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-5.0.7 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-5.0.6 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-6.2.0 webpack/react_app/components/RecentJobsCard/constants.js
foreman_remote_execution-5.0.5 webpack/react_app/components/RecentJobsCard/constants.js