diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-10 17:34:56 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-10 17:34:56 +0300 |
| commit | 0f05537a5d3016d9fd574fb9a99c69952d243a10 (patch) | |
| tree | d3efc7adc8c87ffeb1aeb7f18085c9544954905c /web/html/xui/form | |
| parent | e1da2a2eedd0436296fba7e5a214ed9a347a1ef3 (diff) | |
trojan fallback
Diffstat (limited to 'web/html/xui/form')
| -rw-r--r-- | web/html/xui/form/protocol/trojan.html | 4 |
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%"> |
