From c141492ad8ad45b8e56664f4d1be40fbaad2da33 Mon Sep 17 00:00:00 2001 From: Ziheng Sun Date: Sun, 14 Jan 2024 14:40:30 -0500 Subject: [PATCH] workflow information panel is reformatted --- src/main/resources/static/js/gw.workflow.js | 24 ++++++++++----------- src/main/resources/templates/geoweaver.html | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/main/resources/static/js/gw.workflow.js b/src/main/resources/static/js/gw.workflow.js index 8d540dfda..7fcc9be4e 100644 --- a/src/main/resources/static/js/gw.workflow.js +++ b/src/main/resources/static/js/gw.workflow.js @@ -49,9 +49,9 @@ GW.workflow = { display: function(msg){ - let content = "
"; + let content = "
"; - content += "
"; + content += "
"; let workFlowID, workFlowName, workFlowDescription; @@ -80,14 +80,14 @@ GW.workflow = { workFlowName = val; name_combo = `
`+i+`
-
`; }else if(i==="description"){ workFlowDescription = val; - desc_combo = `
`+i+`
-
`; }else if(i==="confidential"){ @@ -101,7 +101,7 @@ GW.workflow = { }else{ info_body += `
`+i+`
-
`+val+`
`; +
`+val+`
`; } }); @@ -135,13 +135,13 @@ GW.workflow = { content += desc_combo - content += "
"+ + content += `
- "

"+ +

- " "+ + workFlowID+`', '` + workFlowName+`')"> History `+ ""+ "

"+ - "
"+ + "
"+ "
"+ info_body+ "
"+ "
"+ - "
"+ + "
"+ '
'+ '
'+ diff --git a/src/main/resources/templates/geoweaver.html b/src/main/resources/templates/geoweaver.html index 0206fe682..9fea70ffa 100644 --- a/src/main/resources/templates/geoweaver.html +++ b/src/main/resources/templates/geoweaver.html @@ -559,7 +559,7 @@

Please select a process on the left panel or a new workflow!