diff options
author | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-09-28 20:54:23 +0800 |
---|---|---|
committer | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-09-28 20:54:23 +0800 |
commit | d78238157807fcf5012216a1625416fd519410a4 (patch) | |
tree | 2afaa1c61cac43956613df184e59f506b4b58890 /openo-portal/portal-lifecyclemgr | |
parent | b1602b688c7dc786f58afcb0dd30b0dfeb4c2b61 (diff) |
to address the issue of the tab loading ...
Change-Id: I1db6d4e59db1bf1ee30a40fb11fc318a53d5e776
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Diffstat (limited to 'openo-portal/portal-lifecyclemgr')
-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; }); } |