Merge "to address the issue of the tab loading ..."
diff --git a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js
index b6889d9..8ef9ee6 100644
--- a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js
+++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js
@@ -65,7 +65,9 @@
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;
});
}