From e300fbc7cb18acd7239844c9ac7aac698dbd7cb5 Mon Sep 17 00:00:00 2001
From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com>
Date: Tue, 12 Dec 2023 20:03:29 +0330
Subject: Update inbound_info_modal.html (#1342)
* Update login.html
* Update custom.css
* Update inbound_info_modal.html
* Update custom.css
* Update custom.css
---
web/html/xui/inbound_info_modal.html | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
(limited to 'web/html/xui/inbound_info_modal.html')
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}}
--
cgit v1.2.3