diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-21 21:50:51 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-21 21:50:51 +0300 |
| commit | c31882cb928b51911a1e5c6aa5021f18b5b0b7ec (patch) | |
| tree | c59501f0a25b7ac461a90dab4eb24fd1fd991c62 /web/html | |
| parent | 81d47f75127d1b72e1ff67593826fb1b459b8682 (diff) | |
bug fix #1595
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/xray_rule_modal.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/xray_rule_modal.html b/web/html/xui/xray_rule_modal.html index 0c4f23b7..63b78d69 100644 --- a/web/html/xui/xray_rule_modal.html +++ b/web/html/xui/xray_rule_modal.html @@ -20,7 +20,7 @@ <a-input v-model.trim="ruleModal.rule.source"></a-input> </a-form-item> <a-form-item> - <template slot="label">Source Port + <template slot="label"> <a-tooltip> <template slot="title"> <span>{{ i18n "pages.xray.rules.useComma" }}</span> @@ -174,7 +174,7 @@ this.rule.protocol = rule.protocol; this.rule.attrs = rule.attrs ? Object.entries(rule.attrs) : []; this.rule.outboundTag = rule.outboundTag; - this.rule.balancerTag = rule.balancerTag ? rule.balancerTag : "" + this.rule.balancerTag = rule.balancerTag ? rule.balancerTag : ""; } else { this.rule = { domainMatcher: "", |
