diff options
Diffstat (limited to 'web/html/form/protocol/trojan.html')
| -rw-r--r-- | web/html/form/protocol/trojan.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/form/protocol/trojan.html b/web/html/form/protocol/trojan.html index 4d99ff43..5d36808d 100644 --- a/web/html/form/protocol/trojan.html +++ b/web/html/form/protocol/trojan.html @@ -1,7 +1,7 @@ {{define "form/trojan"}} <a-collapse activeKey="0" v-for="(client, index) in inbound.settings.trojans.slice(0,1)" v-if="!isEdit"> <a-collapse-panel header='{{ i18n "pages.inbounds.client" }}'> - {{template "form/client"}} + {{template "form/client" .}} </a-collapse-panel> </a-collapse> <a-collapse v-else> |
