Sha256: de0d5855570ade4ccc6224ea64ddbe38139337dbef87df493808c9e9d4a6845f
Contents?: true
Size: 480 Bytes
Versions: 59
Compression:
Stored size: 480 Bytes
Contents
import React from 'react'; import { Text, TextVariants } from '@patternfly/react-core'; import { translate as __ } from 'foremanReact/common/I18n'; import './InsightsHeader.scss'; const InsightsHeader = () => ( <div className="insights-header"> <Text component={TextVariants.p}> {__( 'Insights synchronization process is used to provide Insights recommendations output for hosts managed here.' )} </Text> </div> ); export default InsightsHeader;
Version data entries
59 entries across 59 versions & 1 rubygems