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