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-8.0.49 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-8.0.48 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-8.0.47 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-8.0.46 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-6.0.45 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-5.0.46 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-5.0.45 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-7.0.46 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-5.0.44 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-7.0.45 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-6.0.44 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-5.0.43 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-4.0.36 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-3.0.33 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-6.0.42.2 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-6.0.42.1 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-6.0.43 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-5.0.42 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-6.0.42 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js
foreman_rh_cloud-5.0.41 webpack/ForemanInventoryUpload/ForemanInventoryUpload.js