X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=skyquake%2Fplugins%2Flaunchpad%2Fsrc%2Finstantiate%2FinstantiateParameters.jsx;h=454a5c8cd7543e888cdeaf29a4b393874514ab14;hb=refs%2Ftags%2Fv3.0.0rc2;hp=5546b255056892fe3f7c33c8b031507a5ba8d5a7;hpb=dfe972ff7c9f7b6b1d730e66b0b2aa8df2ce329b;p=osm%2FUI.git diff --git a/skyquake/plugins/launchpad/src/instantiate/instantiateParameters.jsx b/skyquake/plugins/launchpad/src/instantiate/instantiateParameters.jsx index 5546b2550..454a5c8cd 100644 --- a/skyquake/plugins/launchpad/src/instantiate/instantiateParameters.jsx +++ b/skyquake/plugins/launchpad/src/instantiate/instantiateParameters.jsx @@ -44,49 +44,61 @@ class Instantiate extends Component { - + displayVIMAccounts={this.props.displayVIMAccounts} + resourceOrchestrators={this.props.resourceOrchestrators} + + selectedResourceOrchestrator={this.props.selectedResourceOrchestrator} + selectedDataCenterID={this.props.dataCenterID} + + vnfDataCenters={this.props.vnfDataCenters} + /> + ) }