Sha256: f319ee5535a10445db05fedc9f2aa2e74cff2124296459fb395e45a1e1c896ed

Contents?: true

Size: 502 Bytes

Versions: 81

Compression:

Stored size: 502 Bytes

Contents

import React from 'react';
import { translate as __ } from 'foremanReact/common/I18n';

import AdvancedSetting from './AdvancedSetting';
import { settingsDict } from './AdvancedSetting/AdvancedSettingsConstants';

import './InventorySettings.scss';

const InventorySettings = () => (
  <div className="inventory-settings">
    <h3>{__('Settings')}</h3>
    {Object.keys(settingsDict).map(key => (
      <AdvancedSetting setting={key} key={key} />
    ))}
  </div>
);

export default InventorySettings;

Version data entries

81 entries across 81 versions & 1 rubygems

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