Skip to content
Snippets Groups Projects

CE-2440: Prepare for NetBox integration

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -6,7 +6,7 @@ export const JobHostColumn = ({ job }) => {
@@ -6,7 +6,7 @@ export const JobHostColumn = ({ job }) => {
return (
return (
<Stack>
<Stack>
<Link
<Link
href={`/hosts/${job?.host?.externalHostId}`}
href={`/hosts/${job?.host?.hostId}`}
aria-label={`Host ${job.host?.hostName}`}
aria-label={`Host ${job.host?.hostName}`}
>
>
{job.host.hostName}
{job.host.hostName}
Loading