Skip to content

Commit

Permalink
fix(ui): artifact url
Browse files Browse the repository at this point in the history
  • Loading branch information
sguiheux authored and richardlt committed Jan 17, 2020
1 parent 4087953 commit bd1e4f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class WorkflowRunArtifactListComponent {
selector: (a: WorkflowNodeRunArtifact) => {
let size = this.getHumainFileSize(a.size);
return {
link: `/cdsapi/workflow/artifact/${a.download_hash}`,
link: `./cdsapi/workflow/artifact/${a.download_hash}`,
value: `${a.name} (${size})`
};
}
Expand Down

0 comments on commit bd1e4f9

Please sign in to comment.