Sha256: ed401a5b28f70aee4ed949ed9664823ce13ecc6f892c74a0a2dab8509849dc28
Contents?: true
Size: 1.57 KB
Versions: 10
Compression:
Stored size: 1.57 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> <p> {__('For more information about Insights and Cloud Connector read')} <a href="https://console.redhat.com/security/insights/" target="_blank" rel="noopener noreferrer" > {__('Red Hat Insights Data and Application Security')} </a> </p> </div> ); export default PageDescription;
Version data entries
10 entries across 10 versions & 1 rubygems