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:
Diffstat (limited to 'web/html/xui/form/outbound.html')
-rw-r--r--web/html/xui/form/outbound.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html
index 787108c2..98551495 100644
--- a/web/html/xui/form/outbound.html
+++ b/web/html/xui/form/outbound.html
@@ -290,8 +290,8 @@
<a-input v-model="outbound.stream.ws.host"></a-input>
</a-form-item>
<a-form-item label='{{ i18n "path" }}'>
- <a-form-item><a-input v-model.trim="outbound.stream.ws.path"></a-input>
- </a-form-item>
+ <a-input v-model.trim="outbound.stream.ws.path"></a-input>
+ </a-form-item>
</template>
<!-- http -->
@@ -347,8 +347,8 @@
<a-input v-model="outbound.stream.httpupgrade.host"></a-input>
</a-form-item>
<a-form-item label='{{ i18n "path" }}'>
- <a-form-item><a-input v-model.trim="outbound.stream.httpupgrade.path"></a-input>
- </a-form-item>
+ <a-input v-model.trim="outbound.stream.httpupgrade.path"></a-input>
+ </a-form-item>
</template>
</template>