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

Version Path
foreman_rh_cloud-3.0.33 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-3.0.32 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-3.0.29 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-3.0.28 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-3.0.26 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-3.0.25 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-4.0.25 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-3.0.24.1 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-4.0.24.1 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-3.0.24 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-4.0.24 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-3.0.23 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-4.0.23 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-3.0.22 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-4.0.22 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-4.0.21.1 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-3.0.21.1 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-3.0.21 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-3.0.20 webpack/InsightsCloudSync/Components/InsightsHeader/index.js
foreman_rh_cloud-3.0.19 webpack/InsightsCloudSync/Components/InsightsHeader/index.js