Sha256: d19599479a32e74825f0fd015ee872531deec3b5baa388799c2578cf0953f94b

Contents?: true

Size: 221 Bytes

Versions: 7

Compression:

Stored size: 221 Bytes

Contents

import { selectAPIResponse } from 'foremanReact/redux/API/APISelectors';
import { JOB_INVOCATION_KEY } from './JobInvocationConstants';

export const selectItems = state =>
  selectAPIResponse(state, JOB_INVOCATION_KEY);

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
foreman_remote_execution-12.0.7 webpack/JobInvocationDetail/JobInvocationSelectors.js
foreman_remote_execution-13.0.0 webpack/JobInvocationDetail/JobInvocationSelectors.js
foreman_remote_execution-12.0.5 webpack/JobInvocationDetail/JobInvocationSelectors.js
foreman_remote_execution-12.0.4 webpack/JobInvocationDetail/JobInvocationSelectors.js
foreman_remote_execution-12.0.1 webpack/JobInvocationDetail/JobInvocationSelectors.js
foreman_remote_execution-12.0.2 webpack/JobInvocationDetail/JobInvocationSelectors.js
foreman_remote_execution-12.0.0 webpack/JobInvocationDetail/JobInvocationSelectors.js