diff --git a/webui/src/components/targetcapture/TargetCapture.tsx b/webui/src/components/targetcapture/TargetCapture.tsx index 30bb8d2..d3500d1 100644 --- a/webui/src/components/targetcapture/TargetCapture.tsx +++ b/webui/src/components/targetcapture/TargetCapture.tsx @@ -212,7 +212,9 @@ export const TargetCapture = ({ target, size = 'medium', className, demo }: Targ || (isPod(containee as Containee) && (containee as Pod).containers[0].turtleNamespace) || '', } - const capturl = `packetflix:${baseURI.toString()}capture?container=${encodeURIComponent(JSON.stringify(targetDetails))}` + const capturl = `packetflix:${baseURI.toString()}capture` + + `?container=${encodeURIComponent(JSON.stringify(targetDetails))}` + + `&nif=${nifs.join("/")}` return (