Sha256: c3e5ad52f92ea143404ef8b9f1755d520b30c88022db3018595d5716f34e31ac

Contents?: true

Size: 893 Bytes

Versions: 123

Compression:

Stored size: 893 Bytes

Contents

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

export const selectDashboard = (state, accountID) =>
  selectForemanInventoryUpload(state).dashboard[accountID] || {};
export const selectUploading = (state, accountID) =>
  selectDashboard(state, accountID).uploading;
export const selectGenerating = (state, accountID) =>
  selectDashboard(state, accountID).generating;
export const selectPollingProcessID = (state, accountID) =>
  selectDashboard(state, accountID).pollingProcessID;
export const selectActiveTab = (state, accountID) =>
  selectDashboard(state, accountID).activeTab || 'generating';
export const selectShowFullScreen = (state, accountID) => {
  const activeTab = selectActiveTab(state, accountID);
  const tabProperties = selectDashboard(state, accountID)[activeTab];
  return tabProperties ? tabProperties.showFullScreen || false : false;
};

Version data entries

123 entries across 123 versions & 1 rubygems

Version Path
foreman_rh_cloud-11.1.0 webpack/ForemanInventoryUpload/Components/Dashboard/DashboardSelectors.js
foreman_rh_cloud-10.0.3 webpack/ForemanInventoryUpload/Components/Dashboard/DashboardSelectors.js
foreman_rh_cloud-11.0.3 webpack/ForemanInventoryUpload/Components/Dashboard/DashboardSelectors.js
foreman_rh_cloud-9.0.59 webpack/ForemanInventoryUpload/Components/Dashboard/DashboardSelectors.js
foreman_rh_cloud-11.0.2 webpack/ForemanInventoryUpload/Components/Dashboard/DashboardSelectors.js
foreman_rh_cloud-11.0.1 webpack/ForemanInventoryUpload/Components/Dashboard/DashboardSelectors.js
foreman_rh_cloud-11.0.0 webpack/ForemanInventoryUpload/Components/Dashboard/DashboardSelectors.js
foreman_rh_cloud-9.0.58 webpack/ForemanInventoryUpload/Components/Dashboard/DashboardSelectors.js
foreman_rh_cloud-10.0.2 webpack/ForemanInventoryUpload/Components/Dashboard/DashboardSelectors.js
foreman_rh_cloud-9.0.57 webpack/ForemanInventoryUpload/Components/Dashboard/DashboardSelectors.js
foreman_rh_cloud-10.0.1 webpack/ForemanInventoryUpload/Components/Dashboard/DashboardSelectors.js
foreman_rh_cloud-9.0.56 webpack/ForemanInventoryUpload/Components/Dashboard/DashboardSelectors.js
foreman_rh_cloud-9.0.55 webpack/ForemanInventoryUpload/Components/Dashboard/DashboardSelectors.js
foreman_rh_cloud-9.0.54 webpack/ForemanInventoryUpload/Components/Dashboard/DashboardSelectors.js
foreman_rh_cloud-9.0.53 webpack/ForemanInventoryUpload/Components/Dashboard/DashboardSelectors.js
foreman_rh_cloud-9.0.52 webpack/ForemanInventoryUpload/Components/Dashboard/DashboardSelectors.js
foreman_rh_cloud-8.0.52 webpack/ForemanInventoryUpload/Components/Dashboard/DashboardSelectors.js
foreman_rh_cloud-9.0.51 webpack/ForemanInventoryUpload/Components/Dashboard/DashboardSelectors.js
foreman_rh_cloud-8.0.51 webpack/ForemanInventoryUpload/Components/Dashboard/DashboardSelectors.js
foreman_rh_cloud-7.0.48 webpack/ForemanInventoryUpload/Components/Dashboard/DashboardSelectors.js