mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-28 16:58:50 +00:00
Merge branch '2.2' into master-3.0
# Conflicts: # src/app/services/packet-capture.service.ts
This commit is contained in:
commit
4b55e3f576
@ -9,7 +9,7 @@ export class PacketCaptureService {
|
|||||||
|
|
||||||
startCapture(controller:Controller , project: Project, link: Link, name: string) {
|
startCapture(controller:Controller , project: Project, link: Link, name: string) {
|
||||||
location.assign(
|
location.assign(
|
||||||
`gns3+pcap://${controller.host}:${controller.port}?project_id=${project.project_id}&link_id=${link.link_id}&name=${name}`
|
`gns3+pcap://${server.host}:${server.port}?protocol=${server.protocol.slice(0, -1)}&project_id=${project.project_id}&link_id=${link.link_id}&project=${project.name}&name=${name}`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user