Skip to content

Commit

Permalink
Merge pull request #18740 from jeclrsg/hpcc-32020-EclArchive-incorrec…
Browse files Browse the repository at this point in the history
…t-url

HPCC-32020 ECL Watch v9 fix WU details ECL tab file list links

Reviewed-By: Kunal Aswani
Merged-by: Gavin Halliday <ghalliday@hpccsystems.com>
  • Loading branch information
ghalliday authored Jun 11, 2024
2 parents 966b55f + df9c5cf commit 1c5d99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp/src/src-react/components/WorkunitDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export const WorkunitDetails: React.FunctionComponent<WorkunitDetailsProps> = ({
<Logs wuid={wuid} filter={queryParams.logs} setLogCount={setLogCount} />
</DelayLoadedPanel>
<DelayLoadedPanel visible={tab === "eclsummary"} size={size}>
<ECLArchive wuid={wuid} parentUrl={`${parentUrl}/${wuid}`} selection={state?.eclsummary} />
<ECLArchive wuid={wuid} parentUrl={`${parentUrl}/${wuid}/eclsummary`} selection={state?.eclsummary} />
</DelayLoadedPanel>
<DelayLoadedPanel visible={tab === "xml"} size={size}>
<WUXMLSourceEditor wuid={wuid} />
Expand Down

0 comments on commit 1c5d99d

Please sign in to comment.