fix issue:GSO-54
authorc00149107 <chenchuanyu@huawei.com>
Thu, 27 Oct 2016 03:44:50 +0000 (11:44 +0800)
committerc00149107 <chenchuanyu@huawei.com>
Thu, 27 Oct 2016 03:44:50 +0000 (11:44 +0800)
Change-Id: I6f0796962a5ba3ebf831e7461e5df92b52f51224
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/rest.js

index ae8a047..7590bdf 100644 (file)
@@ -85,7 +85,7 @@ $(function () {
         });\r
         return o;\r
     };\r
-\r
+    /*\r
     $('#createNS').click(function(){\r
         var formData = JSON.stringify($("#neForm").serializeObject());\r
         var jsonobj = JSON.parse(formData);\r
@@ -110,7 +110,7 @@ $(function () {
                     alert("Error on page : " + xhr.responseText);\r
                 }\r
             });\r
-    });\r
+    });*/\r
     //init the templates combo\r
     $.when(\r
             generateTemplatesComponent()\r