Skip to content

Commit

Permalink
Fix job history and also lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chandra-tacc committed Feb 1, 2024
1 parent 31ae843 commit 95558cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/src/components/Applications/AppForm/AppFormUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ export const getExecSystemFromId = (app, execSystemId) => {
* Build a map of allocations applicable to each execution
* system based on the host match.
* Handle case where dynamic execution system is provided.
* @param {*} app
* @param {*} allocations
* @param {*} app
* @param {*} allocations
* @returns a Map of allocations applicable to each execution system.
*/
export const matchExecSysWithAllocations = (app, allocations) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function JobHistoryContent({
...reduceInputParameters(jobDisplay.parameters),
};
const configDataObj = {
'Execution System': jobDisplay.systemName,
'Execution System': jobDetails.execSystemId,
};
const outputDataObj = {
'Job Name': jobName,
Expand Down

0 comments on commit 95558cf

Please sign in to comment.