diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2016-09-28 13:32:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-09-28 13:32:38 +0000 |
commit | 4a90a1104c33129b197d38d7d31999ecaa8a3c4b (patch) | |
tree | 35ba64f091a096c4a09d42a319b14c0f324773ac | |
parent | 4e7d309998afab571022aefbfc858eba3bda2a0a (diff) | |
parent | d78238157807fcf5012216a1625416fd519410a4 (diff) |
Merge "to address the issue of the tab loading ..."
-rw-r--r-- | openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js | 4 |
1 files changed, 3 insertions, 1 deletions
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 b6889d92..8ef9ee6d 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 @@ 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; }); } |