Sha256: 842cb531bbc74ace4cfcc52e9b239da3a163e552e22cb57ac67c09dc67c8f2e3

Contents?: true

Size: 680 Bytes

Versions: 37

Compression:

Stored size: 680 Bytes

Contents

import React from 'react';
import { IntlProvider } from 'react-intl';
import { Grid } from 'patternfly-react';
import AccountList from './Components/AccountList';
import PageHeader from './Components/PageHeader';
import { INVENTORY_PAGE_TITLE } from './ForemanInventoryConstants';

const ForemanInventoryUpload = () => {
  document.title = INVENTORY_PAGE_TITLE;
  return (
    <IntlProvider locale={navigator.language}>
      <Grid fluid className="inventory-upload">
        <PageHeader />
        <AccountList />
      </Grid>
    </IntlProvider>
  );
};

ForemanInventoryUpload.propTypes = {};

ForemanInventoryUpload.defaultProps = {};

export default ForemanInventoryUpload;

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
foreman_rh_cloud-2.0.18.1 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-1.0.18 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-2.0.18 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-1.0.17 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-2.0.17 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-2.0.16 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-1.0.16 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-1.0.15 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-2.0.15 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-3.0.14 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-2.0.14 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-1.0.14 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-0.9.14 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-0.9.13.1 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-1.0.13.1 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-2.0.13.1 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-0.9.13 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-1.0.13 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-2.0.13 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-0.9.12 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js