Sha256: cc444d0da80b38f90f84b9667c19071df283097bb2b9cadb0b01c5fed3a6c75b

Contents?: true

Size: 538 Bytes

Versions: 21

Compression:

Stored size: 538 Bytes

Contents

import React from 'react';
import PropTypes from 'prop-types';
import { Grid, Button, Icon } from 'patternfly-react';
import { noop } from 'foremanReact/common/helpers';
import './fileDownload.scss';

const FileDownload = ({ onClick }) => (
  <Grid.Col sm={12}>
    <Button onClick={onClick} className="download-button">
      Download Report <Icon name="download" />
    </Button>
  </Grid.Col>
);

FileDownload.propTypes = {
  onClick: PropTypes.func,
};

FileDownload.defaultProps = {
  onClick: noop,
};

export default FileDownload;

Version data entries

21 entries across 21 versions & 1 rubygems

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