From c19127bd63309418a0e4f9b586a9a7d670553881 Mon Sep 17 00:00:00 2001
From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com>
Date: Tue, 12 Dec 2023 16:49:35 +0330
Subject: [PATCH] Update inbound_info_modal.html
---
web/html/xui/inbound_info_modal.html | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html
index 9d1527b0..1a9c4ac0 100644
--- a/web/html/xui/inbound_info_modal.html
+++ b/web/html/xui/inbound_info_modal.html
@@ -11,7 +11,7 @@
{{ i18n "protocol" }} | [[ dbInbound.protocol ]] |
- {{ i18n "pages.inbounds.address" }} | [[ dbInbound.address ]] |
+ {{ i18n "pages.inbounds.address" }} | [[ dbInbound.address ]] |
{{ i18n "pages.inbounds.port" }} | [[ dbInbound.port ]] |
|
@@ -24,28 +24,28 @@
{{ i18n "host" }} |
[[ inbound.host ]] |
- {{ i18n "none" }} |
+ {{ i18n "none" }} |
{{ i18n "path" }} |
- [[ inbound.path ]] |
+ [[ inbound.path ]] |
{{ i18n "none" }} |
- quic {{ i18n "encryption" }} | [[ inbound.quicSecurity ]] |
- quic {{ i18n "password" }} | [[ inbound.quicKey ]] |
- quic {{ i18n "camouflage" }} | [[ inbound.quicType ]] |
+ quic {{ i18n "encryption" }} | [[ inbound.quicSecurity ]] |
+ quic {{ i18n "password" }} | [[ inbound.quicKey ]] |
+ quic {{ i18n "camouflage" }} | [[ inbound.quicType ]] |
- kcp {{ i18n "encryption" }} | [[ inbound.kcpType ]] |
- kcp {{ i18n "password" }} | [[ inbound.kcpSeed ]] |
+ kcp {{ i18n "encryption" }} | [[ inbound.kcpType ]] |
+ kcp {{ i18n "password" }} | [[ inbound.kcpSeed ]] |
- grpc serviceName | [[ inbound.serviceName ]] |
+ grpc serviceName | [[ inbound.serviceName ]] |
grpc multiMode | [[ inbound.stream.grpc.multiMode ]] |
@@ -68,7 +68,7 @@
[[ inbound.settings.method ]] |
{{ i18n "password" }} |
- [[ inbound.settings.password ]] |
+ [[ inbound.settings.password ]] |
{{ i18n "pages.inbounds.network" }} |
[[ inbound.settings.network ]] |
@@ -83,7 +83,7 @@
ID |
- [[ infoModal.clientSettings.id ]] |
+ [[ infoModal.clientSettings.id ]] |
Flow |
@@ -91,7 +91,7 @@
Password |
- [[ infoModal.clientSettings.password ]] |
+ [[ infoModal.clientSettings.password ]] |
{{ i18n "status" }} |
@@ -324,4 +324,4 @@
});
-{{end}}
\ No newline at end of file
+{{end}}