Sha256: 23a948049c21dc07d62442d0d0b7b45b7e02df4b84679f4b0f6e29541de600d7

Contents?: true

Size: 419 Bytes

Versions: 15

Compression:

Stored size: 419 Bytes

Contents

import { selectForemanInventoryUpload } from '../../ForemanInventoryUploadSelectors';

export const selectAccountsList = state =>
  selectForemanInventoryUpload(state).accountsList;
export const selectAccounts = state => selectAccountsList(state).accounts;
export const selectPollingProcessID = state =>
  selectAccountsList(state).pollingProcessID;
export const selectError = state => selectAccountsList(state).error;

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
foreman_rh_cloud-0.9.4.1 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-1.0.4.1 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-1.0.4 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-2.0.4 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-0.9.4 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_inventory_upload-2.0.4.pre.2 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_inventory_upload-2.0.4.pre.1 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_inventory_upload-2.0.3 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_inventory_upload-1.0.3 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_inventory_upload-0.9.2 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_inventory_upload-1.0.2 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_inventory_upload-0.9.1 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_inventory_upload-1.0.1 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_inventory_upload-0.9.0 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_inventory_upload-1.0.0 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js