Sha256: 55744b1b89b59bee8daaa3a6206bb8e052f244999f4325f943da180c73911f43
Contents?: true
Size: 763 Bytes
Versions: 82
Compression:
Stored size: 763 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`SettingsWarning with 2 alerts 1`] = ` <div className="settings-alert" > <Alert actionClose={ <AlertActionCloseButton onClose={[Function]} /> } key="auto-upload" title="Cloud Connector has been configured however the inventory auto-upload is disabled, it's recommended to enable it" variant="warning" /> <Alert actionClose={ <AlertActionCloseButton onClose={[Function]} /> } key="obfuscating-host" title="Cloud Connector has been configured however obfuscating host names setting is enabled, it's recommended to disable it" variant="warning" /> </div> `; exports[`SettingsWarning with isCloudConnector false 1`] = `""`;
Version data entries
82 entries across 82 versions & 1 rubygems