From d97d5dcabe0be3e3959bc452efceb22d2ca08ef2 Mon Sep 17 00:00:00 2001 From: Luji7 Date: Thu, 29 Sep 2016 18:46:30 +0800 Subject: Changes for the new portal LCM pages. Change-Id: Ied4aa6034fd08485c04de8011e3ac52d9cdd9148 Signed-off-by: Luji7 --- .../src/main/webapp/lifecyclemgr/gsolcmmain.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 @@