diff --git a/pom.xml b/pom.xml index c66c73059..f963f6980 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.gw geoweaver - 1.3.6 + 1.3.7 geoweaver A lightweight workflow management software for organizing data analysis workflows, preserving history of every workflow run, and improving scientist producitvity and workflow FAIRness, diff --git a/src/main/resources/static/js/gw.host.js b/src/main/resources/static/js/gw.host.js index 65180d28e..645cf6d0d 100644 --- a/src/main/resources/static/js/gw.host.js +++ b/src/main/resources/static/js/gw.host.js @@ -1483,7 +1483,7 @@ GW.host = { if(typeof val =='object') { - val = JSON.stringify(val); + val = JSON.stringify(val); } if(i=="id"){ @@ -1521,21 +1521,21 @@ GW.host = { } - + content += `
`; if(i=="id" || i=="ip" || i=="type" || i=="url"){ if(i=="ip"){ - content += "
"+"IP Address"+"
"; + content += "
"+"IP Address"+"
"; }else if (i=="id") { - content += "
"; + content += "
"+i.toUpperCase()+"
"; }else if (i=="url") { - content += "
"+"URL"+"
"; + content += "
"+"URL"+"
"; }else { @@ -1545,7 +1545,7 @@ GW.host = { }else { - content += "
"+i.charAt(0).toUpperCase()+ i.slice(1)+"
"; + content += "
"+i.charAt(0).toUpperCase()+ i.slice(1)+"
"; } @@ -1588,15 +1588,17 @@ GW.host = { } - } - + content += `
`; + } }); - content += "
Confidential
"+ + content += `
`; + + content += "
Confidential
"+ "
"; if(confidential=="FALSE"){ @@ -1618,13 +1620,15 @@ GW.host = { ' '; } + + content += `
`; content += "" var delbtn = ""; // if(hostip!="127.0.0.1") - if(msg.name!="localhost") + if(msg.id!="100001") delbtn = ""; content += "
"+ diff --git a/src/main/resources/static/js/gw.js b/src/main/resources/static/js/gw.js index a7b497789..e986ba770 100644 --- a/src/main/resources/static/js/gw.js +++ b/src/main/resources/static/js/gw.js @@ -9,7 +9,7 @@ edu = { sponsor: "ESIPLab incubator project, NASA ACCESS project, NSF Geoinformatics project, NSF Cybertraining project", - version: "1.3.6", + version: "1.3.7", author: "open source contributors", diff --git a/src/main/resources/static/js/gw.test.js b/src/main/resources/static/js/gw.test.js index 990155680..0ce79c28b 100644 --- a/src/main/resources/static/js/gw.test.js +++ b/src/main/resources/static/js/gw.test.js @@ -217,7 +217,7 @@ GW.test = {
-
+

Please select a host on the right panel!

diff --git a/src/main/resources/templates/geoweaver.html b/src/main/resources/templates/geoweaver.html index 89306d3f1..ebb7bb2d8 100644 --- a/src/main/resources/templates/geoweaver.html +++ b/src/main/resources/templates/geoweaver.html @@ -542,7 +542,7 @@

Workflow

-
+

Please select a host on the left panel or a new host!