Sha256: 6e5f52e27ff64c1559158e42577b44c930e18cbbeddbda3829eee241fb2c17b0
Contents?: true
Size: 780 Bytes
Versions: 33
Compression:
Stored size: 780 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`AutoUploadSwitcher rendering render with props 1`] = ` <div className="auto_upload_switcher" > <span> Auto upload </span> <FieldLevelHelp buttonClass="" content="Enable automatic upload of your host inventory to 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
33 entries across 33 versions & 1 rubygems