diff options
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/xray_rule_modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/xray_rule_modal.html b/web/html/xui/xray_rule_modal.html index 523a3d2c..8148d94a 100644 --- a/web/html/xui/xray_rule_modal.html +++ b/web/html/xui/xray_rule_modal.html @@ -32,7 +32,7 @@ </a-form-item> <a-form-item label='Network'> <a-select v-model="ruleModal.rule.network" :dropdown-class-name="themeSwitcher.currentTheme"> - <a-select-option v-for="x in ['','tcp','tdp','tcp,udp']" :value="x">[[ x ]]</a-select-option> + <a-select-option v-for="x in ['','TCP','UDP','TCP,UDP']" :value="x">[[ x ]]</a-select-option> </a-select> </a-form-item> <a-form-item label='Protocol'> |
