[out] remove proxy from direct

This commit is contained in:
Alireza Ahmadi
2024-06-08 19:38:24 +02:00
parent 16203fdece
commit 17f1126c23
7 changed files with 0 additions and 16 deletions
@@ -20,16 +20,6 @@
v-model.number="override_port">
</v-text-field>
</v-col>
<v-col cols="12" sm="6" md="4" v-if="direction == 'out'">
<v-select
:label="$t('types.direct.proxyProtocol')"
:items="[1,2]"
hide-details
clearable
@click:clear="delete data.proxy_protocol"
v-model.number="data.proxy_protocol">
</v-select>
</v-col>
</v-row>
</v-card>
</template>