From ebb31f808b905a1d5fe673c00eab43c8f550302c Mon Sep 17 00:00:00 2001 From: Imre Toth <imre.toth@ess.eu> Date: Tue, 24 Oct 2023 15:04:35 +0200 Subject: [PATCH] CE-2193: Remove unnecessary field from operation details --- src/components/Job/JobDetails.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/components/Job/JobDetails.js b/src/components/Job/JobDetails.js index 082188c2..22c81779 100644 --- a/src/components/Job/JobDetails.js +++ b/src/components/Job/JobDetails.js @@ -97,18 +97,6 @@ export function JobDetails({ operation, job }) { {operation.createdBy} </MuiLink> ), - repository: ( - <Typography> - <MuiLink - href={operation.gitProjectUrl} - target="_blank" - rel="noreferrer" - underline="hover" - > - {operation.gitProjectUrl} - </MuiLink> - </Typography> - ), "AWX job link": ( <Typography> <MuiLink -- GitLab