UI improvements (#1813)

This commit is contained in:
Tara Rostami
2024-02-17 19:52:23 +03:30
committed by GitHub
parent bb9d00a0b3
commit 73718a5dc5
18 changed files with 590 additions and 104 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<a-input v-model.trim="inbound.stream.ws.path"></a-input>
</a-form-item>
<a-form-item label='{{ i18n "pages.inbounds.stream.tcp.requestHeader" }}'>
<a-button size="small" @click="inbound.stream.ws.addHeader('host', '')">+</a-button>
<a-button size="small" @click="inbound.stream.ws.addHeader('Host', '')">+</a-button>
</a-form-item>
<a-form-item :wrapper-col="{span:24}">
<a-input-group compact v-for="(header, index) in inbound.stream.ws.headers">