Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ESIPFed/Geoweaver
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Oct 24, 2024
2 parents a456779 + fbe9899 commit 814fef3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/static/js/gw.process.sidepanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ GW.process.sidepanel = {
displayOutput: function (msg) {
var output = GW.general.escapeCodeforHTML(msg.output);

GW.process.history_id = msg.hid;

if (msg.output == "logfile") {
output =
'<div class="spinner-border" role="status"> ' +
Expand Down Expand Up @@ -249,6 +251,8 @@ GW.process.sidepanel = {
// do not stop ability to add process when we open side panel
// GW.workspace.currentmode = 2;

GW.process.history_id = null;

GW.ssh.process_output_id = "prompt-panel-process-log-window";

let code = msg.code;
Expand Down

0 comments on commit 814fef3

Please sign in to comment.