Sha256: 148e6687bc03e7fff73d0869f3eff9207246fafc5b6c72677d1c75b078669c29

Contents?: true

Size: 473 Bytes

Versions: 65

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

65 entries across 65 versions & 1 rubygems

Version Path
foreman_rh_cloud-11.2.0 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-9.0.60 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-10.0.4 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-11.1.0 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-10.0.3 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-11.0.3 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-9.0.59 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-11.0.2 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-11.0.1 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-11.0.0 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-9.0.58 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-10.0.2 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-9.0.57 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-10.0.1 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-9.0.56 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-9.0.55 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-9.0.54 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-9.0.53 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-9.0.52 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js
foreman_rh_cloud-8.0.52 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyState/EmptyState.js