diff options
Diffstat (limited to 'web')
| -rw-r--r-- | web/html/xui/form/outbound.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html index e3d6a560..73568f26 100644 --- a/web/html/xui/form/outbound.html +++ b/web/html/xui/form/outbound.html @@ -401,7 +401,6 @@ </template> <!-- sockopt settings --> -<template v-if="outbound.canEnableStream()"> <a-form-item label="Sockopts"> <a-switch v-model="outbound.stream.sockoptSwitch"></a-switch> </a-form-item> @@ -420,7 +419,6 @@ <a-form-item label="TCP No-Delay"> <a-switch v-model="outbound.stream.sockopt.tcpNoDelay"></a-switch> </a-form-item> - </template> </template> </a-form> |
