Sha256: ac4845be89e823a837b56f094c25f5d1152cc935c47001ec3a1675c22ee8c0bf

Contents?: true

Size: 1.31 KB

Versions: 2

Compression:

Stored size: 1.31 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>
    <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"
          size="xs"
          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"
          size="xs"
          type="fa"
        />
      </a>
      <br />
      3. Now you can syncronize 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>
</IntlProvider>
`;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foreman_rh_cloud-2.0.9 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-1.0.9 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap