aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder/nodes/dge/dgemain
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-10-04 21:00:44 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-04 21:00:44 +0000
commit19b73ba71467fa7ec2d8436d33cfe7ddf32fcd8b (patch)
tree9d425fbde60c4dc781d3c90e61db0c2cac785fbe /dgbuilder/nodes/dge/dgemain
parent0cf39e65089e5721d8cb567282843d0c59573c7f (diff)
parenta3d1f087bedc18368de3cfa17ce72a97a9d521b0 (diff)
Merge "Fix dgbuilder mysql upload"
Former-commit-id: 5b5a1cf1e254b93884004d3a9eafbba5b29697e8
Diffstat (limited to 'dgbuilder/nodes/dge/dgemain')
-rw-r--r--dgbuilder/nodes/dge/dgemain/serviceLogic.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/dgbuilder/nodes/dge/dgemain/serviceLogic.html b/dgbuilder/nodes/dge/dgemain/serviceLogic.html
index 7b9871ca..ca8ac8c4 100644
--- a/dgbuilder/nodes/dge/dgemain/serviceLogic.html
+++ b/dgbuilder/nodes/dge/dgemain/serviceLogic.html
@@ -46,7 +46,7 @@
module: {value:""},
version: {value:""},
comments:{value:""},
- xml: {value:"<service-logic xmlns='http://www.openecomp.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.openecomp.org/sdnc/svclogic ./svclogic.xsd' module='' version=''>\n"},
+ xml: {value:"<service-logic xmlns='http://www.onap.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='' version=''>\n"},
outputs: {value:1}
},
inputs:1,
@@ -112,7 +112,7 @@
console.log("version:" + version);
//xmlStr= xmlStr.replace("$MODULE",module);
//xmlStr= xmlStr.replace("$VERSION",version);
- var xmlVal = "<service-logic xmlns='http://www.openecomp.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.openecomp.org/sdnc/svclogic ./svclogic.xsd' module='" + module + "' version='" + version + "'>"
+ var xmlVal = "<service-logic xmlns='http://www.onap.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='" + module + "' version='" + version + "'>"
$("#node-input-xml").val(xmlVal);
if(module == "" || version == ""){
this.status = {fill:"red",shape:"dot",text:"Not configured"};