Skip to content

Commit

Permalink
added more jobAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
asimregmi committed Oct 2, 2023
1 parent cce5f20 commit 9675034
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ function JobHistoryContent({
const outputDataObj = {
'Job Name': jobName,
'Output Location': outputLocation,
'Archive System': jobDetails.archiveSystemId,
'Archive Directory': jobDetails.archiveSystemDir,
};

const resubmitJob = () => {
Expand Down

0 comments on commit 9675034

Please sign in to comment.