X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Flaunchpad%2Fsrc%2Finstantiate%2FinstantiateParameters.jsx;h=5546b255056892fe3f7c33c8b031507a5ba8d5a7;hp=47bce9188c22a3a1997056cff2cf259eb7736451;hb=refs%2Fchanges%2F10%2F310%2F1;hpb=e8b63f1993b397787576bdd884366a6640a5adea diff --git a/skyquake/plugins/launchpad/src/instantiate/instantiateParameters.jsx b/skyquake/plugins/launchpad/src/instantiate/instantiateParameters.jsx index 47bce9188..5546b2550 100644 --- a/skyquake/plugins/launchpad/src/instantiate/instantiateParameters.jsx +++ b/skyquake/plugins/launchpad/src/instantiate/instantiateParameters.jsx @@ -1,5 +1,5 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -63,6 +63,7 @@ class Instantiate extends Component { cloudAccounts={this.props.cloudAccounts} selectedCloudAccount={this.props.selectedCloudAccount} vnfdCloudAccounts={this.props.vnfdCloudAccounts} + ro={this.props.ro} dataCenters={this.props.dataCenters} configAgentAccounts={this.props.configAgentAccounts} inputParameters={this.props['input-parameters']} @@ -83,6 +84,8 @@ class Instantiate extends Component { selectedID={this.props.selectedNSDid} selectedNSD={selectedNSD} + isOpenMano={this.props.isOpenMano} + /> )