From bc56e637376142c370c31b17558fc3778a863bd2 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Fri, 17 Mar 2023 01:31:14 +0330 Subject: pack1 --- web/html/xui/component/inbound_info.html | 94 -------------------------------- 1 file changed, 94 deletions(-) delete mode 100644 web/html/xui/component/inbound_info.html (limited to 'web/html/xui/component') diff --git a/web/html/xui/component/inbound_info.html b/web/html/xui/component/inbound_info.html deleted file mode 100644 index 0618f02e..00000000 --- a/web/html/xui/component/inbound_info.html +++ /dev/null @@ -1,94 +0,0 @@ -{{define "inboundInfoStream"}} -

{{ i18n "transmission" }}: [[ inbound.network ]]

- - - - - - - - - - - -

- tls {{ i18n "domainName" }}: [[ inbound.serverName ? inbound.serverName : '' ]] -

-

- xtls {{ i18n "domainName" }}: [[ inbound.serverName ? inbound.serverName : '' ]] -

-{{end}} - - -{{define "component/inboundInfoComponent"}} -
-

{{ i18n "protocol"}}: [[ dbInbound.protocol ]]

-

{{ i18n "pages.inbounds.address"}}: [[ dbInbound.address ]]

-

{{ i18n "pages.inbounds.port"}}: [[ dbInbound.port ]]

- - - - - - - - - - - - - - -
-{{end}} - -{{define "component/inboundInfo"}} - -{{end}} \ No newline at end of file -- cgit v1.2.3