Skip to content
Snippets Groups Projects
Commit 3e961fb4 authored by Johanna Szepanski's avatar Johanna Szepanski
Browse files

removed awx prefix from awxJobUrl

parent 2bfe4ec4
No related branches found
No related tags found
2 merge requests!497CE-2790: Prepare for 4.0.0,!488CE-2945: Removed awx prefix from awxJobUrl
Pipeline #192108 waiting for manual action
......@@ -66,10 +66,10 @@ const getDeploymentDetails = (operation) => {
),
"AWX job link": (
<ExternalLink
href={operation.awxJobUrl}
href={operation.jobUrl}
label="AWX job"
>
{operation.awxJobUrl}
{operation.jobUrl}
</ExternalLink>
),
"created time": operation?.createdAt ? (
......
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