Sha256: bc60b2242f562f483e0570967374bd26d7e97518437afeef8f6b295311abafae

Contents?: true

Size: 819 Bytes

Versions: 15

Compression:

Stored size: 819 Bytes

Contents

import { noop } from 'patternfly-react';

export const API_SUCCESS_RESPONSE = {
  Account1: {
    label: 'test_org1',
    upload_report_status: 'running',
    generate_report_status: 'running',
  },
  Account2: {
    label: 'test_org2',
    upload_report_status: 'unknown',
    generate_report_status: 'failure',
  },
  Account3: {
    label: 'test_org3',
    upload_report_status: 'success',
    generate_report_status: 'running',
  },
};

export const accounts = API_SUCCESS_RESPONSE;

export const pollingProcessID = 0;

export const error = 'some-error';

export const accountID = 'user@redhat.com';

export const processStatusName = 'upload_report_status';

export const props = {
  accounts,
  fetchAccountsStatus: noop,
  startAccountStatusPolling: noop,
  stopAccountStatusPolling: noop,
  pollingProcessID,
};

Version data entries

15 entries across 15 versions & 2 rubygems

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