Sha256: 4edc3f4763302fc54c763807e756348d2e6123f4b045d29c0b474dcda64a0a07

Contents?: true

Size: 539 Bytes

Versions: 81

Compression:

Stored size: 539 Bytes

Contents

import React from 'react';
import PageLayout from 'foremanReact/routes/common/PageLayout/PageLayout';
import AccountList from './Components/AccountList';
import PageHeader from './Components/PageHeader';

const ForemanInventoryUpload = () => (
  <div className="rh-cloud-inventory-page">
    <PageLayout searchable={false} beforeToolbarComponent={<PageHeader />}>
      <AccountList />
    </PageLayout>
  </div>
);

ForemanInventoryUpload.propTypes = {};

ForemanInventoryUpload.defaultProps = {};

export default ForemanInventoryUpload;

Version data entries

81 entries across 81 versions & 1 rubygems

Version Path
foreman_rh_cloud-11.0.3 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-9.0.59 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-11.0.2 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-11.0.1 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-11.0.0 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-9.0.58 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-10.0.2 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-9.0.57 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-10.0.1 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-9.0.56 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-9.0.55 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-9.0.54 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-9.0.53 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-9.0.52 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-8.0.52 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-9.0.51 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-8.0.51 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-7.0.48 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-7.0.47 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-8.0.50 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js