Sha256: adeb79a96ac7ca13466b2551de6523080fc78ef873b3b2bc4b12ea566cecafa8

Contents?: true

Size: 732 Bytes

Versions: 37

Compression:

Stored size: 732 Bytes

Contents

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

export const PageDescription = () => (
  <div id="inventory_page_description">
    <p>
      {__(
        'Red Hat Insights is a set of cloud services which provide unified subscription reporting, predictive analysis and remediation of issues through this Satellite instance.'
      )}
    </p>
    <p>
      {__(
        'In order to utilize these services, you can set the auto upload in the settings to "ON".'
      )}
    </p>
    <p>
      {__(
        'You can also trigger the upload manually by opening the relevant organization card, and clicking on the "Restart" button'
      )}
    </p>
  </div>
);

export default PageDescription;

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
foreman_rh_cloud-3.0.19 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-2.0.18.1 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-3.0.18.1 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-1.0.18 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-2.0.18 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-3.0.18 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-1.0.17 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-2.0.17 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-3.0.17 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-2.0.16 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-1.0.16 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-3.0.16 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-1.0.15 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-2.0.15 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-3.0.15 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-3.0.14 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-2.0.14 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-1.0.14 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-0.9.14 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-0.9.13.1 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js