Sha256: 1aee6853c374dfd319e364ec3162f6563eff5d1bd626a43dd9afda019cdd5e18
Contents?: true
Size: 897 Bytes
Versions: 57
Compression:
Stored size: 897 Bytes
Contents
import { translate as __ } from 'foremanReact/common/I18n'; export const settingsDict = { autoUploadEnabled: { name: 'allow_auto_inventory_upload', label: __('Automatic inventory upload'), tooltip: __( 'Enable automatic upload of your hosts inventory to the Red Hat cloud' ), }, hostObfuscationEnabled: { name: 'obfuscate_inventory_hostnames', label: __('Obfuscate host names'), tooltip: __('Obfuscate host names sent to the Red Hat cloud'), }, ipsObfuscationEnabled: { name: 'obfuscate_inventory_ips', label: __('Obfuscate host ipv4 addresses'), tooltip: __('Obfuscate ipv4 addresses sent to the Red Hat cloud'), }, excludePackagesEnabled: { name: 'exclude_installed_packages', label: __('Exclude installed Packages'), tooltip: __( 'Exclude installed packages from being uploaded to the Red Hat cloud' ), }, };
Version data entries
57 entries across 57 versions & 1 rubygems