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

exports[`PageDescription rendering render without Props 1`] = `
<div
  id="inventory_page_description"
>
  <Text>
    The Red Hat Hybrid Cloud Console provides a set of cloud services, including Red Hat Insights and Subscriptions, that provide predictive analysis, remediation of issues, and unified subscription reporting for this Satellite instance.
  </Text>
  <Text>
    The Satellite inventory upload plugin automatically uploads Satellite host inventory data to the Inventory service of Insights, where it can also be used by the Subscriptions service for subscription reporting. If you use the Subscriptions service, enabling inventory uploads is required.
  </Text>
  <Text>
    <FormattedMessage
      defaultMessage="To enable this reporting for all Satellite organizations, set {uploadButtonName} to on. The data will be reported automatically once per day."
      id="enable-upload-hint"
      values={
        Object {
          "uploadButtonName": <strong>
            Automatic inventory upload
          </strong>,
        }
      }
    />
  </Text>
  <Text>
    <FormattedMessage
      defaultMessage="To manually upload the data for a specific organization, select an organization and click {restartButtonName}."
      id="restart-button-hint"
      values={
        Object {
          "restartButtonName": <strong>
            Restart
          </strong>,
        }
      }
    />
  </Text>
  <Text>
    For more information about the Subscriptions service, see:
     
    <a
      href="https://access.redhat.com/documentation/en-us/subscription_central/2020-04/html/getting_started_with_subscription_watch/assembly-about-subscriptionwatch"
      rel="noopener noreferrer"
      target="_blank"
    >
      About subscription watch
    </a>
  </Text>
  <Text>
    For more information about Insights and Cloud Connector, see:
     
    <a
      href="https://console.redhat.com/security/insights/"
      rel="noopener noreferrer"
      target="_blank"
    >
      Red Hat Insights Data and Application Security
    </a>
  </Text>
</div>
`;