From: Luji7 Date: Thu, 29 Sep 2016 10:46:30 +0000 (+0800) Subject: Changes for the new portal LCM pages. X-Git-Tag: release/sun~128 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d97d5dcabe0be3e3959bc452efceb22d2ca08ef2;p=vnfsdk%2Frefrepo.git Changes for the new portal LCM pages. Change-Id: Ied4aa6034fd08485c04de8011e3ac52d9cdd9148 Signed-off-by: Luji7 --- diff --git a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html index b373f3ae..b4642457 100644 --- a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html +++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html @@ -96,10 +96,17 @@ function hideBasic() { $("#basicInfoTab").hide(); + initParameterTab(); + $("#templateParameterTab").show(); } function showBasic() { $("#basicInfoTab").show(); + $("#templateParameterTab").hide(); + } + + function serviceTemplateChanged() { + templateParameters.changed = true; } function showTopoCont() { @@ -497,7 +504,7 @@