Sha256: 8158279ecd06a235389a154774be799d97cb26b0b7962180b6f0f301460c9d29

Contents?: true

Size: 613 Bytes

Versions: 43

Compression:

Stored size: 613 Bytes

Contents

import React from 'react';
import { storiesOf } from '@storybook/react';
import { withKnobs } from '@storybook/addon-knobs';
import { Provider } from 'react-redux';
import configureStore from '../../../stories/configureStore';
import Dashboard from './index';
import { generating, uploading } from './Dashboard.fixtures';

const store = configureStore();

storiesOf('Dashboard', module)
  .addDecorator(withKnobs)
  .add('Dashboard', () => (
    <div style={{ margin: '20px' }}>
      <Provider store={store}>
        <Dashboard generating={generating} uploading={uploading} />
      </Provider>
    </div>
  ));

Version data entries

43 entries across 43 versions & 2 rubygems

Version Path
foreman_rh_cloud-1.0.18 webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.stories.js
foreman_rh_cloud-1.0.17 webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.stories.js
foreman_rh_cloud-1.0.16 webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.stories.js
foreman_rh_cloud-1.0.15 webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.stories.js
foreman_rh_cloud-1.0.14 webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.stories.js
foreman_rh_cloud-0.9.14 webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.stories.js
foreman_rh_cloud-0.9.13.1 webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.stories.js
foreman_rh_cloud-1.0.13.1 webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.stories.js
foreman_rh_cloud-0.9.13 webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.stories.js
foreman_rh_cloud-1.0.13 webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.stories.js
foreman_rh_cloud-0.9.12 webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.stories.js
foreman_rh_cloud-1.0.12 webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.stories.js
foreman_rh_cloud-0.9.11 webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.stories.js
foreman_rh_cloud-1.0.11 webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.stories.js
foreman_rh_cloud-0.9.10 webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.stories.js
foreman_rh_cloud-1.0.10 webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.stories.js
foreman_rh_cloud-1.0.9 webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.stories.js
foreman_rh_cloud-0.9.9 webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.stories.js
foreman_rh_cloud-0.9.8 webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.stories.js
foreman_rh_cloud-1.0.8 webpack/ForemanInventoryUpload/Components/Dashboard/Dashboard.stories.js