Skip to content

Commit

Permalink
Fixes issue where output_summary wasn't appearing in Processes page
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrodjpl committed Jan 21, 2025
1 parent 2fb1cb0 commit 6bfba33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/cws-ui/processes.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,8 @@
if (tempKey === "startedOnWorkerId") {
after = after + temp;
count += 2;
} else if (key.startsWith("output_summary") || key.startsWith("output_thumbnail")) {
before = before + temp;
} else if (count <= 2) {
before = before + temp;
} else {
Expand Down

0 comments on commit 6bfba33

Please sign in to comment.