Sha256: 0fa2beb6f2430c577f820e34d2056138f80735eddff1493fa6ce1d0b77151957

Contents?: true

Size: 557 Bytes

Versions: 1

Compression:

Stored size: 557 Bytes

Contents

import React from 'react';
import { Text, TextVariants } from '@patternfly/react-core';
import { translate as __ } from 'foremanReact/common/I18n';
import InsightsSettings from '../InsightsSettings';
import './InsightsHeader.scss';

const InsightsHeader = () => (
  <div className="insights-header">
    <InsightsSettings />
    <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

1 entries across 1 versions & 1 rubygems

Version Path
foreman_rh_cloud-4.0.25.1 webpack/InsightsCloudSync/Components/InsightsHeader/index.js