diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-11-14 12:39:51 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-11-14 12:39:51 +0300 |
| commit | ccda652e69f5d613acca6346dda3c15fcb7ba36b (patch) | |
| tree | 3fa49a7ccbbe2a9cdb98ddb2d2ac5fede99e7f3e /web/html/xui/form/stream | |
| parent | 2982d809ab4f5301a27b811509e7fb92f427673f (diff) | |
SplitHTTP - Mode
Diffstat (limited to 'web/html/xui/form/stream')
| -rw-r--r-- | web/html/xui/form/stream/stream_splithttp.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/html/xui/form/stream/stream_splithttp.html b/web/html/xui/form/stream/stream_splithttp.html index 957720e9..12cd3cac 100644 --- a/web/html/xui/form/stream/stream_splithttp.html +++ b/web/html/xui/form/stream/stream_splithttp.html @@ -22,6 +22,12 @@ </a-input> </a-input-group> </a-form-item> + <a-form-item label='Mode'> + <a-select v-model="inbound.stream.splithttp.mode" style="width: 50%" + :dropdown-class-name="themeSwitcher.currentTheme"> + <a-select-option v-for="key in MODE_OPTION" :value="key">[[ key ]]</a-select-option> + </a-select> + </a-form-item> <a-form-item label="Max Concurrent Upload"> <a-input v-model.trim="inbound.stream.splithttp.scMaxConcurrentPosts"></a-input> </a-form-item> |
