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

Version Path
foreman_rh_cloud-10.0.3 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-11.0.3 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-9.0.59 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-11.0.2 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-11.0.1 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-11.0.0 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-9.0.58 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-10.0.2 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-9.0.57 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-10.0.1 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-9.0.56 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-9.0.55 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-9.0.54 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-9.0.53 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-9.0.52 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-8.0.52 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-9.0.51 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-8.0.51 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-7.0.48 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-7.0.47 webpack/InsightsCloudSync/Components/InsightsHeader/index.js