Sha256: 933a3b02753f3aa64c113c8069be2dfe150da4e6101fbf11c53ed473937008b9

Contents?: true

Size: 454 Bytes

Versions: 15

Compression:

Stored size: 454 Bytes

Contents

import React from 'react';
import { translate as __ } from 'foremanReact/common/I18n';
import AutoUploadSwitcher from '../AutoUploadSwitcher';
import HostObfuscationSwitcher from '../HostObfuscationSwitcher';
import './inventorySettings.scss';

const InventorySettings = () => (
  <div className="inventory_settings">
    <h3>{__('Settings')}</h3>
    <AutoUploadSwitcher />
    <HostObfuscationSwitcher />
  </div>
);

export default InventorySettings;

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
foreman_rh_cloud-0.9.12 webpack/ForemanInventoryUpload/Components/InventorySettings/InventorySettings.js
foreman_rh_cloud-1.0.12 webpack/ForemanInventoryUpload/Components/InventorySettings/InventorySettings.js
foreman_rh_cloud-2.0.12 webpack/ForemanInventoryUpload/Components/InventorySettings/InventorySettings.js
foreman_rh_cloud-0.9.11 webpack/ForemanInventoryUpload/Components/InventorySettings/InventorySettings.js
foreman_rh_cloud-1.0.11 webpack/ForemanInventoryUpload/Components/InventorySettings/InventorySettings.js
foreman_rh_cloud-2.0.11 webpack/ForemanInventoryUpload/Components/InventorySettings/InventorySettings.js
foreman_rh_cloud-0.9.10 webpack/ForemanInventoryUpload/Components/InventorySettings/InventorySettings.js
foreman_rh_cloud-1.0.10 webpack/ForemanInventoryUpload/Components/InventorySettings/InventorySettings.js
foreman_rh_cloud-2.0.10 webpack/ForemanInventoryUpload/Components/InventorySettings/InventorySettings.js
foreman_rh_cloud-2.0.9 webpack/ForemanInventoryUpload/Components/InventorySettings/InventorySettings.js
foreman_rh_cloud-1.0.9 webpack/ForemanInventoryUpload/Components/InventorySettings/InventorySettings.js
foreman_rh_cloud-0.9.9 webpack/ForemanInventoryUpload/Components/InventorySettings/InventorySettings.js
foreman_rh_cloud-0.9.8 webpack/ForemanInventoryUpload/Components/InventorySettings/InventorySettings.js
foreman_rh_cloud-1.0.8 webpack/ForemanInventoryUpload/Components/InventorySettings/InventorySettings.js
foreman_rh_cloud-2.0.8 webpack/ForemanInventoryUpload/Components/InventorySettings/InventorySettings.js