Sha256: 008c2d2a82a13bd7b001ee934db8a6d2f1ea60920b0f5dacf59a9a8b693b5987
Contents?: true
Size: 619 Bytes
Versions: 6
Compression:
Stored size: 619 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;
Version data entries
6 entries across 6 versions & 1 rubygems