diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-13 19:25:20 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-14 09:45:44 +0300 |
| commit | 6a2019629b203108062c05c0b17b37604405fcfd (patch) | |
| tree | 7f7a3c8115d5b89db7daefdc70fd96acbd5c9ef7 /web/html/xui/form/tls_settings.html | |
| parent | 8d18c8e98f1b6531d1997feb6933419d71401968 (diff) | |
v2.0.1
Diffstat (limited to 'web/html/xui/form/tls_settings.html')
| -rw-r--r-- | web/html/xui/form/tls_settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html index e668805e..a0c9292a 100644 --- a/web/html/xui/form/tls_settings.html +++ b/web/html/xui/form/tls_settings.html @@ -172,7 +172,7 @@ <span>{{ i18n "pages.client.renew" }}</span> </template> Short Ids - <a-icon @click="inbound.stream.reality.shortIds = RandomUtil.randomShortId().join(',')" type="sync"> + <a-icon @click="inbound.stream.reality.shortIds = RandomUtil.randomShortId()" type="sync"> </a-icon> </a-icon> </template> <a-input v-model.trim="inbound.stream.reality.shortIds" style="width:250px"></a-input> |
