Sha256: 01cf75825018d3b4acbf43ea1a60b8c43b9423b52b856928d7686d6f7fabfba4
Contents?: true
Size: 1.25 KB
Versions: 6
Compression:
Stored size: 1.25 KB
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> {__( 'You can toggle the Auto upload switch to the ON position to enable Satellite to automatically upload your host inventory once a day.' )} </p> <p> {__( '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.' )} </p> <p> {__( 'Enabling inventory uploads is required by subscription watch. For more information about subscription watch see link:' )} <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> </p> </div> ); export default PageDescription;
Version data entries
6 entries across 6 versions & 1 rubygems