to address the issue of the tab loading ...
authorSeshu-Kumar-M <seshu.kumar.m@huawei.com>
Wed, 28 Sep 2016 12:54:23 +0000 (20:54 +0800)
committerSeshu-Kumar-M <seshu.kumar.m@huawei.com>
Wed, 28 Sep 2016 12:54:23 +0000 (20:54 +0800)
Change-Id: I1db6d4e59db1bf1ee30a40fb11fc318a53d5e776
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js

index b6889d9..8ef9ee6 100644 (file)
@@ -65,7 +65,9 @@ function renderTemplateParametersTab() {
         templateParameters = translateToTemplateParameters(templateParameterResponse[0].inputs);
         var vims = translateToVimInfo(vimsInfoResponse[0]);
         var components = transfromToComponents(templateParameters.parameters, vims);
-        document.getElementById("parameterTab").innerHTML = components;
+               
+               //TODO need to address the issue of the dynamic loading of parameter tab,,,
+     //   document.getElementById("parameterTab").innerHTML = components;
     });
 }