mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-22 16:55:49 +00:00
outbound tag velidation
This commit is contained in:
@@ -700,7 +700,8 @@
|
||||
}
|
||||
outModal.close();
|
||||
},
|
||||
isEdit: false
|
||||
isEdit: false,
|
||||
tags: this.templateSettings.outbounds.map(obj => obj.tag)
|
||||
});
|
||||
},
|
||||
editOutbound(index){
|
||||
@@ -713,7 +714,8 @@
|
||||
this.outboundSettings = JSON.stringify(this.templateSettings.outbounds);
|
||||
outModal.close();
|
||||
},
|
||||
isEdit: true
|
||||
isEdit: true,
|
||||
tags: this.outboundData.filter((o) => o.key != index ).map(obj => obj.tag)
|
||||
});
|
||||
},
|
||||
deleteOutbound(index){
|
||||
|
||||
Reference in New Issue
Block a user