diff options
Diffstat (limited to 'web/html/xui/xray.html')
| -rw-r--r-- | web/html/xui/xray.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html index 9bcacebd..b8bbe094 100644 --- a/web/html/xui/xray.html +++ b/web/html/xui/xray.html @@ -747,7 +747,8 @@ } outModal.close(); }, - isEdit: false + isEdit: false, + tags: this.templateSettings.outbounds.map(obj => obj.tag) }); }, editOutbound(index){ @@ -760,7 +761,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){ |
