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