Skip to content
Snippets Groups Projects
Commit 8dd6b376 authored by Anders Lindh Olsson's avatar Anders Lindh Olsson :8ball:
Browse files

Merge branch 'CE-3133-fix-host-link-ioc-details-page' into 'develop'

CE-3133: Fix host link on IOC details page

See merge request !535
parents 12b600fa 9b74d72a
No related branches found
No related tags found
3 merge requests!542Prepare 4.1.0,!540Sync,!535CE-3133: Fix host link on IOC details page
Pipeline #196943 passed
......@@ -50,7 +50,7 @@ export function IOCLiveStatus({ ioc }) {
<Typography>
{ioc.activeDeployment?.host.hostId ? (
<InternalLink
to={`/hosts/${ioc.activeDeployment?.host.hostId}/${ioc.activeDeployment?.host.fqdn}`}
to={`/hosts/${ioc.activeDeployment?.host.hostId}`}
label={`Host details, ${ioc.activeDeployment?.host.fqdn}`}
>
{ioc.activeDeployment?.host.fqdn}
......
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