Sha256: 4f8a1f339a99d86107dd68c9767e939a2e28da61c2d66cfb8fef8371e64b2606

Contents?: true

Size: 357 Bytes

Versions: 12

Compression:

Stored size: 357 Bytes

Contents

import React from 'react';
import { EmptyStatePattern as EmptyState } from 'foremanReact/components/common/EmptyState';

const PageNotFound = props => (
  <EmptyState
    iconType="fa"
    icon="exclamation-triangle"
    header={__('Page Not Found')}
    description={__('The page you are looking for does not exist')}
  />
);

export default PageNotFound;

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
foreman_templates-9.2.0 webpack/components/PageNotFound.js
foreman_templates-9.1.0 webpack/components/PageNotFound.js
foreman_templates-9.0.2 webpack/components/PageNotFound.js
foreman_templates-9.0.1 webpack/components/PageNotFound.js
foreman_templates-9.0.0 webpack/components/PageNotFound.js
foreman_templates-7.0.7 webpack/components/PageNotFound.js
foreman_templates-8.0.0 webpack/components/PageNotFound.js
foreman_templates-7.0.6 webpack/components/PageNotFound.js
foreman_templates-7.0.5 webpack/components/PageNotFound.js
foreman_templates-7.0.4 webpack/components/PageNotFound.js
foreman_templates-7.0.3 webpack/components/PageNotFound.js
foreman_templates-7.0.2 webpack/components/PageNotFound.js