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-3.0.33 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-3.0.32 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-3.0.29 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-3.0.28 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-3.0.26 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-3.0.25 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-3.0.24.1 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-4.0.24.1 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-3.0.24 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-4.0.24 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-3.0.23 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-4.0.23 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-3.0.22 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-4.0.22 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-4.0.21.1 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-3.0.21.1 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-3.0.21 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-3.0.20 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-3.0.19 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-2.0.18.1 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js