Sha256: 28cac385ed77f1e85a5e3bd2afa22d4c2563911b840519621d4568b4f8da5bb7

Contents?: true

Size: 365 Bytes

Versions: 23

Compression:

Stored size: 365 Bytes

Contents

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

export default () =>
  addGlobalFill(
    'registrationAdvanced',
    'foreman-remote-exectuion-rex-interface',
    <RexInterface key="registration-rex-interface" />,
    100
  );

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
foreman_remote_execution-4.5.1 webpack/react_app/extend/fillregistrationAdvanced.js
foreman_remote_execution-4.6.0 webpack/react_app/extend/fillregistrationAdvanced.js
foreman_remote_execution-4.5.0 webpack/react_app/extend/fillregistrationAdvanced.js