diff options
Diffstat (limited to 'web/html/xui/form/protocol/vless.html')
| -rw-r--r-- | web/html/xui/form/protocol/vless.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/form/protocol/vless.html b/web/html/xui/form/protocol/vless.html index 029f2c9e..68c719dd 100644 --- a/web/html/xui/form/protocol/vless.html +++ b/web/html/xui/form/protocol/vless.html @@ -1,7 +1,7 @@ {{define "form/vless"}} <a-form layout="inline"> <a-collapse activeKey="0" v-for="(client, index) in inbound.settings.vlesses.slice(0,1)" v-if="!isEdit"> - <a-collapse-panel header="{{ i18n "pages.inbounds.client" }}"> + <a-collapse-panel header='{{ i18n "pages.inbounds.client" }}'> <a-form layout="inline"> <a-form-item> <span slot="label"> @@ -31,7 +31,7 @@ </span> <a-input type="number" v-model.number="client.limitIp" min="0" style="width: 70px;" ></a-input> </a-form-item> - <a-form-item v-if="inbound.XTLS" label="Flow"> + <a-form-item v-if="inbound.xtls" label="Flow"> <a-select v-model="inbound.settings.vlesses[index].flow" style="width: 150px" :dropdown-class-name="siderDrawer.isDarkTheme ? 'ant-card-dark' : ''"> <a-select-option value="" selected>{{ i18n "none" }}</a-select-option> <a-select-option v-for="key in XTLS_FLOW_CONTROL" :value="key">[[ key ]]</a-select-option> |
