Sha256: 4cdb5f5df6ef6731e5a01460b602779dfc03faf693db4e9803a93b4464d5d272

Contents?: true

Size: 473 Bytes

Versions: 88

Compression:

Stored size: 473 Bytes

Contents

import React from 'react';
import { EmptyState, Spinner } from 'patternfly-react';
import { translate as __ } from 'foremanReact/common/I18n';
import './emptyState.scss';

const inventoryEmptyState = () => (
  <EmptyState>
    <Spinner loading inline size="lg" />
    <EmptyState.Title>
      {__('Fetching data about your accounts')}
    </EmptyState.Title>
    <EmptyState.Info>{__('Loading')}...</EmptyState.Info>
  </EmptyState>
);

export default inventoryEmptyState;

Version data entries

88 entries across 88 versions & 2 rubygems

Version Path
foreman_rh_cloud-2.0.7 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-0.9.6 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-1.0.6 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-2.0.6 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-0.9.5 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-1.0.5 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-2.0.5 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-0.9.4.1 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-1.0.4.1 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-1.0.4 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-2.0.4 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-0.9.4 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_inventory_upload-2.0.4.pre.2 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_inventory_upload-2.0.4.pre.1 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_inventory_upload-2.0.3 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_inventory_upload-1.0.3 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_inventory_upload-0.9.2 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_inventory_upload-1.0.2 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_inventory_upload-0.9.1 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_inventory_upload-1.0.1 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js