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-0.9.13 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-1.0.13 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-2.0.13 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-0.9.12 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-1.0.12 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-2.0.12 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-0.9.11 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-1.0.11 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-2.0.11 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-0.9.10 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-1.0.10 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-2.0.10 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-2.0.9 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-1.0.9 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-0.9.9 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-0.9.8 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-1.0.8 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-2.0.8 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-0.9.7 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-1.0.7 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js