import React from 'react'; import PropTypes from 'prop-types'; import { Icon } from 'patternfly-react'; import { translate as __ } from 'foremanReact/common/I18n'; import './errorState.scss'; const ErrorState = ({ error }) => (
{__('Encountered an error while trying to access the server:')}
{error}