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

CE-3168: Remove fqdn from host link

parent a203968f
No related branches found
No related tags found
2 merge requests!612Release 5.0.0,!544CE-3168: Remove fqdn from host link
Pipeline #198917 passed
...@@ -94,7 +94,7 @@ export function RecordDetailsView() { ...@@ -94,7 +94,7 @@ export function RecordDetailsView() {
Host: record.hostId ? ( Host: record.hostId ? (
<Typography> <Typography>
<InternalLink <InternalLink
to={`/hosts/${record.hostId}/${record?.hostName}`} to={`/hosts/${record.hostId}`}
label={`Host details, ${record?.hostName}`} label={`Host details, ${record?.hostName}`}
> >
{record?.hostName} {record?.hostName}
......
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