Sha256: d086efd9de5ceb43fd52395869fb955a2283028208b458d938c86f81de276b1e

Contents?: true

Size: 647 Bytes

Versions: 19

Compression:

Stored size: 647 Bytes

Contents

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

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

export default InventorySettings;

Version data entries

19 entries across 19 versions & 1 rubygems

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