Sha256: 68c984926b347bd209e47c6e27c398774e4bce0bf8cf32d15fc1b058baab310f

Contents?: true

Size: 1.27 KB

Versions: 1

Compression:

Stored size: 1.27 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"
          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 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

1 entries across 1 versions & 1 rubygems

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