Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-12-10 17:34:56 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-12-10 17:34:56 +0300
commit0f05537a5d3016d9fd574fb9a99c69952d243a10 (patch)
treed3efc7adc8c87ffeb1aeb7f18085c9544954905c /web/html/xui/form
parente1da2a2eedd0436296fba7e5a214ed9a347a1ef3 (diff)
trojan fallback
Diffstat (limited to 'web/html/xui/form')
-rw-r--r--web/html/xui/form/protocol/trojan.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/form/protocol/trojan.html b/web/html/xui/form/protocol/trojan.html
index 51389e30..a9e2cb24 100644
--- a/web/html/xui/form/protocol/trojan.html
+++ b/web/html/xui/form/protocol/trojan.html
@@ -24,7 +24,7 @@
<a-form layout="inline">
<a-form-item label="Fallbacks">
<a-row>
- <a-button type="primary" size="small" @click="inbound.settings.addTrojanFallback()">
+ <a-button type="primary" size="small" @click="inbound.settings.addFallback()">
+
</a-button>
</a-row>
@@ -35,7 +35,7 @@
<a-form v-for="(fallback, index) in inbound.settings.fallbacks" layout="inline">
<a-divider style="margin:0;">
fallback[[ index + 1 ]]
- <a-icon type="delete" @click="() => inbound.settings.delTrojanFallback(index)"
+ <a-icon type="delete" @click="() => inbound.settings.delFallback(index)"
style="color: rgb(255, 77, 79);cursor: pointer;"/>
</a-divider>
<table width="100%">