From b73e4173a3c1e69e02ad6b4e3b43e425e57a5be9 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Thu, 9 Feb 2023 22:48:06 +0330 Subject: 3x-ui --- web/html/xui/component/inbound_info.html | 94 ++++++++++++++++++++++++++++++++ web/html/xui/component/setting.html | 32 +++++++++++ 2 files changed, 126 insertions(+) create mode 100644 web/html/xui/component/inbound_info.html create mode 100644 web/html/xui/component/setting.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 new file mode 100644 index 00000000..cbf156d1 --- /dev/null +++ b/web/html/xui/component/inbound_info.html @@ -0,0 +1,94 @@ +{{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 diff --git a/web/html/xui/component/setting.html b/web/html/xui/component/setting.html new file mode 100644 index 00000000..9f8e8cbc --- /dev/null +++ b/web/html/xui/component/setting.html @@ -0,0 +1,32 @@ +{{define "component/settingListItem"}} + + + + + + + + + + + + + +{{end}} + +{{define "component/setting"}} + +{{end}} \ No newline at end of file -- cgit v1.2.3