Sha256: c21840429e6a65f592d2ea8c74d459ca2dc18074180c2f86276427b6418905d7
Contents?: true
Size: 850 Bytes
Versions: 3
Compression:
Stored size: 850 Bytes
Contents
import { translate as __ } from 'foremanReact/common/I18n'; export const settingsDict = { autoUploadEnabled: { name: 'allow_auto_inventory_upload', label: __('Auto 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 Packages'), tooltip: __('Exclude packages from being uploaded to the Red Hat cloud'), }, };
Version data entries
3 entries across 3 versions & 1 rubygems