Sha256: 626f3beda0ecc7295c8e15db34cc734daebe953ce7cefc3aee8c5606227ad697

Contents?: true

Size: 456 Bytes

Versions: 122

Compression:

Stored size: 456 Bytes

Contents

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

const inventoryEmptyResults = () => (
  <EmptyState>
    <EmptyState.Title>
      <Icon className="no_results_icon" name="meh-o" />
      {__("Oops! Couldn't find organization that matches your query")}
    </EmptyState.Title>
  </EmptyState>
);

export default inventoryEmptyResults;

Version data entries

122 entries across 122 versions & 1 rubygems

Version Path
foreman_rh_cloud-2.0.13.1 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-0.9.13 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-1.0.13 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-2.0.13 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-0.9.12 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-1.0.12 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-2.0.12 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-0.9.11 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-1.0.11 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-2.0.11 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-0.9.10 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-1.0.10 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-2.0.10 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-2.0.9 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-1.0.9 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-0.9.9 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-0.9.8 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-1.0.8 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-2.0.8 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-0.9.7 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js