Sha256: 262eecbfde9a76e8a3bb4255e6b400cd1a208c48ecbc06dccfb2bf69a2f13fd0

Contents?: true

Size: 326 Bytes

Versions: 6

Compression:

Stored size: 326 Bytes

Contents

import React from 'react';
import { addGlobalFill } from 'foremanReact/components/common/Fill/GlobalFill';
import FeaturesDropdown from '../components/FeaturesDropdown';

export default () =>
  addGlobalFill(
    '_rex-host-features',
    '_rex-host-features',
    <FeaturesDropdown key="_rex-host-features" />,
    1000
  );

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
foreman_remote_execution-5.0.8 webpack/react_app/extend/fillRexFeaturesDropdown.js
foreman_remote_execution-5.0.7 webpack/react_app/extend/fillRexFeaturesDropdown.js
foreman_remote_execution-5.0.6 webpack/react_app/extend/fillRexFeaturesDropdown.js
foreman_remote_execution-6.2.0 webpack/react_app/extend/fillRexFeaturesDropdown.js
foreman_remote_execution-5.0.5 webpack/react_app/extend/fillRexFeaturesDropdown.js
foreman_remote_execution-6.1.0 webpack/react_app/extend/fillRexFeaturesDropdown.js