Sha256: 9ac81f6bff6556aabda117c2bcf50572fe71f8c63e5e06cf9d29b0a8ea84855d

Contents?: true

Size: 1.47 KB

Versions: 5

Compression:

Stored size: 1.47 KB

Contents

// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`InsightsCloudSync render 1`] = `
<IntlProvider
  locale="en-US"
>
  <div
    className="insights-cloud-sync"
  >
    <h1>
      Red Hat Insights Sync
    </h1>
    <div
      className="insights-cloud-sync-body"
    >
      <Connect(InsightsSettings) />
      <p>
        Insights synchronization process is used to provide Insights
             recommendations output for hosts managed here
      </p>
      <p>
        1. Obtain an RHSM API token: 
        <a
          href="https://access.redhat.com/management/api"
          rel="noopener noreferrer"
          target="_blank"
        >
          access.redhat.com 
          <Icon
            name="external-link"
            type="fa"
          />
        </a>
        <br />
        2. Copy the token to 'Red Hat Cloud token' setting: 
        <a
          href="www.example.com/settings"
          rel="noopener noreferrer"
          target="_blank"
        >
          Red Hat Cloud token 
          <Icon
            name="external-link"
            type="fa"
          />
        </a>
        <br />
        3. Now you can synchronize recommendations manually using the "Sync now" button.
      </p>
      <div>
        <Button
          active={false}
          block={false}
          bsClass="btn"
          bsStyle="primary"
          disabled={false}
          onClick={[Function]}
        >
          Sync now
        </Button>
      </div>
    </div>
  </div>
</IntlProvider>
`;

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_rh_cloud-0.9.13.1 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-0.9.13 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-0.9.12 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-0.9.11 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-0.9.10 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap