Sha256: 165c322a4ea30a87cd648d1ccc374b51cae7fb1104489ae6ff3254584531bfc6
Contents?: true
Size: 814 Bytes
Versions: 53
Compression:
Stored size: 814 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`InsightsSyncSwitcher rendering render with props 1`] = ` <div className="insights_sync_switcher" > <span> Synchronize Automatically </span> <FieldLevelHelp buttonClass="" content="Enable automatic synchronization of Insights recommendations from the Red Hat cloud" placement="top" rootClose={true} /> <Switch animate={true} baseClass="bootstrap-switch" bsSize={null} defaultValue={true} disabled={false} handleWidth="auto" inverse={false} labelText=" " labelWidth="auto" offColor="default" offText="OFF" onChange={[Function]} onColor="primary" onText="ON" readonly={false} size="mini" tristate={false} value={true} wrapperClass="wrapper" /> </div> `;
Version data entries
53 entries across 53 versions & 1 rubygems