Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/html
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-02-21 21:50:51 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-02-21 21:50:51 +0300
commitc31882cb928b51911a1e5c6aa5021f18b5b0b7ec (patch)
treec59501f0a25b7ac461a90dab4eb24fd1fd991c62 /web/html
parent81d47f75127d1b72e1ff67593826fb1b459b8682 (diff)
bug fix #1595
Diffstat (limited to 'web/html')
-rw-r--r--web/html/xui/xray_rule_modal.html4
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: "",