diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-04-02 23:11:06 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-04-02 23:11:06 +0300 |
| commit | c147636133a62b5a5b90f9cc4abc37949832e2e1 (patch) | |
| tree | 6471ed45e3971185a6ddc832a1264f364bfcf7eb /web/html/xui/form/outbound.html | |
| parent | fa7a6a3f99ba2d0b08f9893fc6f04c434a3ec8f8 (diff) | |
add header for httpupgrade
Diffstat (limited to 'web/html/xui/form/outbound.html')
| -rw-r--r-- | web/html/xui/form/outbound.html | 8 |
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> |
