Skip to content

Commit

Permalink
Merge pull request #575 from VisheshSaluja/console
Browse files Browse the repository at this point in the history
fixed for workflow
  • Loading branch information
VisheshSaluja authored Oct 23, 2024
2 parents 616e3f2 + 46bddd6 commit fbe9899
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 fbe9899

Please sign in to comment.