aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-lifecyclemgr
diff options
context:
space:
mode:
authorjin xin <j00101220@huawei.com>2016-10-27 06:26:27 +0000
committerGerrit Code Review <gerrit@open-o.org>2016-10-27 06:26:27 +0000
commite1d37f6e7e034768b1429ec26cbde3597b28a644 (patch)
treec291535366d531765549b48ca5cff72e68887c98 /openo-portal/portal-lifecyclemgr
parentc677f46fec4f51594708d80dd18f9ea096209daa (diff)
parent310edcb1f1e72fc8d44e06b88393e33328045a49 (diff)
Merge "fix issue:GSO-54" into sun
Diffstat (limited to 'openo-portal/portal-lifecyclemgr')
-rw-r--r--openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/rest.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/rest.js b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/rest.js
index ae8a0474..7590bdf7 100644
--- a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/rest.js
+++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/rest.js
@@ -85,7 +85,7 @@ $(function () {
});
return o;
};
-
+ /*
$('#createNS').click(function(){
var formData = JSON.stringify($("#neForm").serializeObject());
var jsonobj = JSON.parse(formData);
@@ -110,7 +110,7 @@ $(function () {
alert("Error on page : " + xhr.responseText);
}
});
- });
+ });*/
//init the templates combo
$.when(
generateTemplatesComponent()