mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-29 02:21:41 +00:00
re did pipeline duplication
This commit is contained in:
@@ -251,7 +251,12 @@
|
||||
if (!this.anotherCamera) {
|
||||
this.pipelineDuplicate.camera = -1
|
||||
}
|
||||
this.handleInput("duplicatePipeline", this.pipelineDuplicate);
|
||||
// this.handleInput("duplicatePipeline", this.pipelineDuplicate);
|
||||
this.axios.post("http://" + this.$address + "/api/vision/duplicate", this.pipelineDuplicate).then(
|
||||
function (response) {
|
||||
|
||||
}
|
||||
);
|
||||
this.closeDuplicateDialog();
|
||||
},
|
||||
openDuplicateDialog() {
|
||||
|
||||
Reference in New Issue
Block a user