diff options
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/form/stream/stream_xhttp.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/xui/form/stream/stream_xhttp.html b/web/html/xui/form/stream/stream_xhttp.html index 8813bb26..2731511d 100644 --- a/web/html/xui/form/stream/stream_xhttp.html +++ b/web/html/xui/form/stream/stream_xhttp.html @@ -33,6 +33,9 @@ <a-form-item label="Max Upload Size (Byte)" v-if="inbound.stream.xhttp.mode === 'packet-up'"> <a-input v-model.trim="inbound.stream.xhttp.scMaxEachPostBytes"></a-input> </a-form-item> + <a-form-item label="Stream-Up Server"> + <a-input v-model.trim="inbound.stream.xhttp.scStreamUpServerSecs"></a-input> + </a-form-item> <a-form-item label="Padding Bytes"> <a-input v-model.trim="inbound.stream.xhttp.xPaddingBytes"></a-input> </a-form-item> |
