X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Flaunchpad%2Fsrc%2Finstantiate%2FinstantiateParameters.jsx;fp=skyquake%2Fplugins%2Flaunchpad%2Fsrc%2Finstantiate%2FinstantiateParameters.jsx;h=454a5c8cd7543e888cdeaf29a4b393874514ab14;hp=5681851a17e2a505645e6c0d422d54be01077472;hb=03156e335275de1dafbc2a816e98006afdf249bf;hpb=f2dc2462571800e62cba969964de621dca09299c diff --git a/skyquake/plugins/launchpad/src/instantiate/instantiateParameters.jsx b/skyquake/plugins/launchpad/src/instantiate/instantiateParameters.jsx index 5681851a1..454a5c8cd 100644 --- a/skyquake/plugins/launchpad/src/instantiate/instantiateParameters.jsx +++ b/skyquake/plugins/launchpad/src/instantiate/instantiateParameters.jsx @@ -55,7 +55,7 @@ class Instantiate extends Component { sshFn={this.props.sshFn()} updateName={this.props.nameUpdated} updateInputParam={this.props.updateInputParam} - + updateVnfInputParam={this.props.updateVnfInputParam} nsd={selectedNSD} selectedNSDid={this.props.selectedNSDid} name={this.props.name} @@ -67,6 +67,7 @@ class Instantiate extends Component { dataCenters={this.props.dataCenters} configAgentAccounts={this.props.configAgentAccounts} inputParameters={this.props['input-parameters']} + vnfInputParams={this.props['vnf-input-parameter']} displayPlacementGroups={this.props.displayPlacementGroups} @@ -89,6 +90,13 @@ class Instantiate extends Component { isOpenMano={this.props.isOpenMano} + displayVIMAccounts={this.props.displayVIMAccounts} + resourceOrchestrators={this.props.resourceOrchestrators} + + selectedResourceOrchestrator={this.props.selectedResourceOrchestrator} + selectedDataCenterID={this.props.dataCenterID} + + vnfDataCenters={this.props.vnfDataCenters} />