From 14253c35864828458ef3eeecb05591a7ae6e641e Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Mon, 24 Mar 2025 09:57:37 +0000 Subject: chore: moving the modals to a separate directory --- web/html/xui/inbound_info_modal.html | 572 ----------------------------------- 1 file changed, 572 deletions(-) delete mode 100644 web/html/xui/inbound_info_modal.html (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 deleted file mode 100644 index 5ac5e9ab..00000000 --- a/web/html/xui/inbound_info_modal.html +++ /dev/null @@ -1,572 +0,0 @@ -{{define "inboundInfoModal"}} - - - - - - - - - - - - - - - - -
{{ i18n "protocol" }} - [[ dbInbound.protocol ]] -
{{ i18n "pages.inbounds.address" }} - - [[ dbInbound.address ]] - -
{{ i18n "pages.inbounds.port" }} - [[ dbInbound.port ]] -
-
- - - - - - - - - - - - - - - - - -
{{ i18n "encryption" }} - [[ inbound.settings.method ]] -
{{ i18n "password" }} - - [[ inbound.settings.password ]] - -
{{ i18n "pages.inbounds.network" }} - [[ inbound.settings.network ]] -
- - -
- -{{end}} -- cgit v1.2.3