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/inbounds.html | 457 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 457 insertions(+) create mode 100644 web/html/xui/inbounds.html (limited to 'web/html/xui/inbounds.html') diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html new file mode 100644 index 00000000..d7e56612 --- /dev/null +++ b/web/html/xui/inbounds.html @@ -0,0 +1,457 @@ + + +{{template "head" .}} + + + + {{ template "commonSider" . }} + + + + + + Please go to the panel settings as soon as possible to modify the username and password, otherwise there may be a risk of leaking account information + + + + + + + {{ i18n "pages.inbounds.totalDownUp" }}: + [[ sizeFormat(total.up) ]] / [[ sizeFormat(total.down) ]] + + + {{ i18n "pages.inbounds.totalUsage" }}: + [[ sizeFormat(total.up + total.down) ]] + + + {{ i18n "pages.inbounds.inboundCount" }}: + [[ dbInbounds.length ]] + + + + + + +
+ Add Inbound +
+ + + + + + + + + + + +
+
+
+
+
+
+{{template "js" .}} + + +{{template "inboundModal"}} +{{template "promptModal"}} +{{template "qrcodeModal"}} +{{template "textModal"}} +{{template "inboundInfoModal"}} + + \ No newline at end of file -- cgit v1.2.3