This commit is contained in:
mhsanaei 2025-04-11 11:10:13 +02:00
parent 8e472838d8
commit 236dddf482
No known key found for this signature in database
GPG key ID: D875CD086CF668A0
2 changed files with 3 additions and 3 deletions
config
web/html/form/stream

View file

@ -1 +1 @@
2.5.6
2.5.7

View file

@ -15,11 +15,11 @@
</a-select>
</a-tooltip>
</template>
<a-input :style="{ width: '35%' }" v-model.trim="row.dest" placeholder='{{ i18n "host" }}'></a-input>
<a-input :style="{ width: '30%' }" v-model.trim="row.dest" placeholder='{{ i18n "host" }}'></a-input>
<a-tooltip title='{{ i18n "pages.inbounds.port" }}'>
<a-input-number :style="{ width: '15%' }" v-model.number="row.port" min="1" max="65531"></a-input-number>
</a-tooltip>
<a-input :style="{ width: '50%', top: '0' }" v-model.trim="row.remark" placeholder='{{ i18n "remark" }}'>
<a-input :style="{ width: '30%', top: '0' }" v-model.trim="row.remark" placeholder='{{ i18n "remark" }}'>
<template slot="addonAfter">
<a-button icon="minus" size="small" @click="inbound.stream.externalProxy.splice(index, 1)"></a-button>
</template>