| // Jest Snapshot v1, https://goo.gl/fbAQLP |
| |
| exports[`AboutDialog matches snapshot 1`] = ` |
| <div |
| class="bp5-portal" |
| > |
| <div |
| aria-live="polite" |
| class="bp5-overlay bp5-overlay-open bp5-overlay-scroll-container" |
| > |
| <div |
| class="bp5-overlay-start-focus-trap bp5-overlay-appear bp5-overlay-appear-active" |
| tabindex="0" |
| /> |
| <div |
| class="bp5-overlay-backdrop bp5-overlay-appear bp5-overlay-appear-active" |
| /> |
| <div |
| class="bp5-dialog-container bp5-overlay-content bp5-overlay-appear bp5-overlay-appear-active" |
| tabindex="0" |
| > |
| <div |
| aria-labelledby="title-bp-dialog-0" |
| aria-modal="true" |
| class="bp5-dialog about-dialog" |
| role="dialog" |
| > |
| <div |
| class="bp5-dialog-header" |
| > |
| <span |
| aria-hidden="true" |
| class="bp5-icon bp5-icon-graph" |
| tabindex="-1" |
| > |
| <svg |
| data-icon="graph" |
| height="16" |
| role="img" |
| viewBox="0 0 16 16" |
| width="16" |
| > |
| <path |
| d="M14 3c-1.06 0-1.92.83-1.99 1.88l-1.93.97A2.95 2.95 0 008 5c-.56 0-1.08.16-1.52.43L3.97 3.34C3.98 3.23 4 3.12 4 3c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2c.24 0 .47-.05.68-.13l2.51 2.09C5.08 7.29 5 7.63 5 8c0 .96.46 1.81 1.16 2.35l-.56 1.69c-.91.19-1.6.99-1.6 1.96 0 1.1.9 2 2 2s2-.9 2-2c0-.51-.2-.97-.51-1.32l.56-1.69A2.99 2.99 0 0011 8c0-.12-.02-.24-.04-.36l1.94-.97c.32.21.69.33 1.1.33 1.1 0 2-.9 2-2s-.9-2-2-2z" |
| fill-rule="evenodd" |
| /> |
| </svg> |
| </span> |
| <h6 |
| class="bp5-heading" |
| id="title-bp-dialog-0" |
| > |
| Apache Druid |
| </h6> |
| <button |
| aria-label="Close" |
| class="bp5-button bp5-minimal bp5-dialog-close-button" |
| type="button" |
| > |
| <span |
| aria-hidden="true" |
| class="bp5-icon bp5-icon-small-cross" |
| > |
| <svg |
| data-icon="small-cross" |
| height="16" |
| role="img" |
| viewBox="0 0 16 16" |
| width="16" |
| > |
| <path |
| d="M188.2 160L234 205.8C237.8 209.4 240 214.4 240 220C240 231 231 240 220 240C214.4 240 209.4 237.8 205.8 234.2L160 188.2L114.2 234.2C110.6 237.8 105.6 240 100 240C89 240 80 231 80 220C80 214.4 82.2 209.4 85.8 205.8L131.8 160L86 114.2C82.2 110.6 80 105.6 80 100C80 89 89 80 100 80C105.6 80 110.6 82.2 114.2 85.8L160 131.8L205.8 86C209.4 82.2 214.4 80 220 80C231 80 240 89 240 100C240 105.6 237.8 110.6 234.2 114.2L188.2 160z" |
| fill-rule="evenodd" |
| style="transform-origin: center;" |
| transform="scale(0.05, -0.05) translate(-160, -160)" |
| /> |
| </svg> |
| </span> |
| </button> |
| </div> |
| <div |
| class="bp5-dialog-body" |
| > |
| <p> |
| <strong> |
| Apache Druid is a high performance real-time analytics database. |
| </strong> |
| </p> |
| <p> |
| For help and support with Druid, please refer to the |
| |
| <a |
| href="https://druid.apache.org/community/" |
| rel="noopener noreferrer" |
| target="_blank" |
| > |
| community page |
| </a> |
| and the |
| |
| <a |
| href="https://groups.google.com/forum/#!forum/druid-user" |
| rel="noopener noreferrer" |
| target="_blank" |
| > |
| user groups |
| </a> |
| . |
| </p> |
| <p> |
| Druid is made with ❤️ by a community of passionate developers. To contribute, join in the discussion on the |
| |
| <a |
| href="https://lists.apache.org/list?dev@druid.apache.org" |
| rel="noopener noreferrer" |
| target="_blank" |
| > |
| developer group |
| </a> |
| . |
| </p> |
| </div> |
| <div |
| class="bp5-dialog-footer" |
| > |
| <div |
| class="bp5-dialog-footer-actions" |
| > |
| <button |
| class="bp5-button" |
| type="button" |
| > |
| <span |
| class="bp5-button-text" |
| > |
| Close |
| </span> |
| </button> |
| <a |
| aria-disabled="false" |
| class="bp5-button bp5-intent-primary" |
| href="https://druid.apache.org" |
| role="button" |
| target="_blank" |
| > |
| <span |
| class="bp5-button-text" |
| > |
| Visit Druid |
| </span> |
| </a> |
| </div> |
| </div> |
| </div> |
| </div> |
| <div |
| class="bp5-overlay-end-focus-trap bp5-overlay-appear bp5-overlay-appear-active" |
| tabindex="0" |
| /> |
| </div> |
| </div> |
| `; |