Sha256: 91541d74a96aee2b0e80df528f5b061df6b160f233213fa35a09226c3d18c84b
Contents?: true
Size: 904 Bytes
Versions: 65
Compression:
Stored size: 904 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ClickConfirmation render 1`] = ` <ForemanModal id="some-id" > <Component> <span className="glyphicon glyphicon-exclamation-sign" /> some-title </Component> <span> some-body </span> <div className="confirmation-check" > <input checked={false} onChange={[Function]} type="checkbox" /> <span> some-message </span> </div> <Component> <Button active={false} block={false} bsClass="btn" bsStyle="danger" className="confirm-button" disabled={true} onClick={[Function]} > some-confirm </Button> <Button active={false} block={false} bsClass="btn" bsStyle="default" disabled={false} onClick={[MockFunction]} > Cancel </Button> </Component> </ForemanModal> `;
Version data entries
65 entries across 65 versions & 1 rubygems