Sha256: 8a726714c81a46e3e52a5ade69b4f96fc69c192ebc3955202bdda053b2f57769

Contents?: true

Size: 1.64 KB

Versions: 30

Compression:

Stored size: 1.64 KB

Contents

import React from 'react';
import { Text } from '@patternfly/react-core';

import { translate as __ } from 'foremanReact/common/I18n';

export const PageDescription = () => (
  <div id="inventory_page_description">
    <Text>
      {__(
        'Red Hat Insights is a set of cloud services which provide unified subscription reporting, predictive analysis and remediation of issues through this Satellite instance.'
      )}
    </Text>
    <Text>
      {__(
        'You can toggle the Auto upload switch to the ON position to enable Satellite to automatically upload your host inventory once a day.'
      )}
    </Text>
    <Text>
      {__(
        'Click Restart to upload your host inventory to Red Hat Insights. Perform this step for each organization from which you want to manually upload a host inventory.'
      )}
    </Text>
    <Text>
      {__(
        'Enabling inventory uploads is required by subscription watch. For more information about subscription watch see link:'
      )}
      &nbsp;
      <a
        href="https://access.redhat.com/documentation/en-us/subscription_central/2020-04/html/getting_started_with_subscription_watch/assembly-about-subscriptionwatch"
        target="_blank"
        rel="noopener noreferrer"
      >
        {__('About subscription watch')}
      </a>
    </Text>
    <Text>
      {__('For more information about Insights and Cloud Connector read')}
      &nbsp;
      <a
        href="https://console.redhat.com/security/insights/"
        target="_blank"
        rel="noopener noreferrer"
      >
        {__('Red Hat Insights Data and Application Security')}
      </a>
    </Text>
  </div>
);

export default PageDescription;

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
foreman_rh_cloud-7.0.48 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-7.0.47 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-8.0.47 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-8.0.46 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-6.0.45 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-5.0.46 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-5.0.45 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-7.0.46 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-5.0.44 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-7.0.45 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-6.0.44 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-5.0.43 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-6.0.42.2 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-6.0.42.1 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-6.0.43 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-5.0.42 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-6.0.42 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-5.0.41 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-5.0.39 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-5.0.38 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js