Skip to content
Snippets Groups Projects
Commit ebb31f80 authored by Imre Toth's avatar Imre Toth
Browse files

CE-2193: Remove unnecessary field from operation details

parent c7eabb0a
No related branches found
No related tags found
2 merge requests!407CE-2141: 3.0.0,!399CE-2193: Remove unnecessary field from operation details
Pipeline #163853 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment