Sha256: 704d3d9040dbd6f2eeb795658f1f511dae7df9b7e3f0814587fccc2c63b60ef4

Contents?: true

Size: 781 Bytes

Versions: 1

Compression:

Stored size: 781 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 hosts 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

1 entries across 1 versions & 1 rubygems

Version Path
foreman_rh_cloud-3.0.14 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/__snapshots__/AutoUploadSwitcher.test.js.snap