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-10.0.3 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-11.0.3 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-9.0.59 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-11.0.2 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-11.0.1 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-11.0.0 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-9.0.58 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-10.0.2 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-9.0.57 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-10.0.1 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-9.0.56 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-9.0.55 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-9.0.54 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-9.0.53 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-9.0.52 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-8.0.52 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-9.0.51 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-8.0.51 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-7.0.48 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js
foreman_rh_cloud-7.0.47 webpack/ForemanInventoryUpload/Components/AccountList/Components/EmptyResults/EmptyResults.js