Sha256: cdcebb7b4e5b442f786be37c21580f0aab08f73151b851527c3b530db5a59cd1

Contents?: true

Size: 895 Bytes

Versions: 22

Compression:

Stored size: 895 Bytes

Contents

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

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;

export const selectAutoUploadEnabled = state =>
  selectAccountsList(state).autoUploadEnabled;

export const selectHostObfuscationEnabled = state =>
  selectAccountsList(state).hostObfuscationEnabled;

export const selectIpsObfuscationEnabled = state =>
  selectAccountsList(state).ipsObfuscationEnabled;

export const selectCloudToken = state => selectAccountsList(state).cloudToken;

export const selectExcludePackages = state =>
  selectAccountsList(state).excludePackages;

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
foreman_rh_cloud-2.0.18.1 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-1.0.18 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-2.0.18 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-1.0.17 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-2.0.17 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-3.0.17 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-2.0.16 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-1.0.16 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-3.0.16 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-1.0.15 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-2.0.15 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-3.0.15 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-3.0.14 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-2.0.14 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-1.0.14 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-0.9.14 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-0.9.13.1 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-1.0.13.1 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-2.0.13.1 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js
foreman_rh_cloud-0.9.13 webpack/ForemanInventoryUpload/Components/AccountList/AccountListSelectors.js