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
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-06-03 18:29:32 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-06-03 18:29:32 +0300
commitfdc1124ea495aafbb5096b0333e8ceff6aaa53f8 (patch)
tree990344071070d6d8b57d9989e862f84cbbc25d94 /web/html/xui/form/inbound.html
parent33a598366be966ded4e0b41bbe19fd566552eec3 (diff)
some changes
ip limit method back to v1.6.0 method remove event on getDBClientIps better show ip on log (",\n")
Diffstat (limited to 'web/html/xui/form/inbound.html')
-rw-r--r--web/html/xui/form/inbound.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/web/html/xui/form/inbound.html b/web/html/xui/form/inbound.html
index 383105ac..e5b3bfc3 100644
--- a/web/html/xui/form/inbound.html
+++ b/web/html/xui/form/inbound.html
@@ -1,12 +1,13 @@
{{define "form/inbound"}}
<!-- base -->
<a-form layout="inline">
- <a-form-item label='{{ i18n "remark" }}'>
- <a-input v-model.trim="dbInbound.remark"></a-input>
- </a-form-item>
<a-form-item label='{{ i18n "enable" }}'>
<a-switch v-model="dbInbound.enable"></a-switch>
</a-form-item>
+ <br>
+ <a-form-item label='{{ i18n "remark" }}'>
+ <a-input v-model.trim="dbInbound.remark"></a-input>
+ </a-form-item>
<a-form-item label='{{ i18n "protocol" }}'>
<a-select v-model="inbound.protocol" style="width: 160px;" :disabled="isEdit" :dropdown-class-name="themeSwitcher.darkCardClass">
<a-select-option v-for="p in Protocols" :key="p" :value="p">[[ p ]]</a-select-option>