diff options
Diffstat (limited to 'web/html/xui/form/outbound.html')
| -rw-r--r-- | web/html/xui/form/outbound.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html index 2f5d8207..fde2f27c 100644 --- a/web/html/xui/form/outbound.html +++ b/web/html/xui/form/outbound.html @@ -380,6 +380,11 @@ <a-form-item label='{{ i18n "path" }}'> <a-input v-model.trim="outbound.stream.splithttp.path"></a-input> </a-form-item> + <a-form-item label='Mode'> + <a-select v-model="outbound.stream.splithttp.mode" :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> </template> </template> |
