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-1.0.13.1 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-2.0.13.1 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-0.9.13 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-1.0.13 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-2.0.13 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-0.9.12 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-1.0.12 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-2.0.12 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-0.9.11 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-1.0.11 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-2.0.11 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-0.9.10 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-1.0.10 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-2.0.10 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-2.0.9 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-1.0.9 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js
foreman_rh_cloud-0.9.9 webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js