Sha256: fc9430dd8b44c958edc8b5c1dc71f0b9cfc50d9c25d290284e0da248d89600fa
Contents?: true
Size: 1.51 KB
Versions: 12
Compression:
Stored size: 1.51 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 Red Hat 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 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
12 entries across 12 versions & 1 rubygems