We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc32525 commit da674d4Copy full SHA for da674d4
web/html/xui/form/stream/stream_httpupgrade.html
@@ -10,7 +10,7 @@
10
<a-input v-model.trim="inbound.stream.httpupgrade.path"></a-input>
11
</a-form-item>
12
<a-form-item label='{{ i18n "pages.inbounds.stream.tcp.requestHeader" }}'>
13
- <a-button icon="plus" size="small" @click="inbound.stream.httpupgrade.addHeader('host', '')"></a-button>
+ <a-button icon="plus" size="small" @click="inbound.stream.httpupgrade.addHeader('', '')"></a-button>
14
15
<a-form-item :wrapper-col="{span:24}">
16
<a-input-group compact v-for="(header, index) in inbound.stream.httpupgrade.headers">
0 commit comments