X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Flaunchpad%2Fsrc%2Finstantiate%2FinstantiateParameters.jsx;h=454a5c8cd7543e888cdeaf29a4b393874514ab14;hb=0e6ae9b24f70eaa4498003976a0f9b783c6e5aea;hp=5546b255056892fe3f7c33c8b031507a5ba8d5a7;hpb=d1f2a7f4631cca78b7dfc744aae1beb3123c5698;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} + /> + ) }