From 6dc823e21512a6d26d5f5be5073edb4857f2b99d Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Thu, 2 Mar 2023 21:48:56 +0100 Subject: [PATCH] Improved Add Client process alireza0/x-ui#35 --- web/html/xui/client_bulk_modal.html | 215 +++++++++++++-------------- web/html/xui/client_modal.html | 219 ++++++++++++++-------------- 2 files changed, 218 insertions(+), 216 deletions(-) diff --git a/web/html/xui/client_bulk_modal.html b/web/html/xui/client_bulk_modal.html index a5537562..ea43feb2 100644 --- a/web/html/xui/client_bulk_modal.html +++ b/web/html/xui/client_bulk_modal.html @@ -1,107 +1,108 @@ -{{define "clientsBulkModal"}} - - - - {{ i18n "pages.client.clientCount" }} - - - - - {{ i18n "pages.inbounds.totalFlow" }}(GB) - - - - - - - - - - {{ i18n "pages.inbounds.expireDate" }} - - - - - - - - - - -{{end}} \ No newline at end of file +{{define "clientsBulkModal"}} + + + + {{ i18n "pages.client.clientCount" }} + + + + + {{ i18n "pages.inbounds.totalFlow" }}(GB) + + + + + + + + + + {{ i18n "pages.inbounds.expireDate" }} + + + + + + + + + + +{{end}} diff --git a/web/html/xui/client_modal.html b/web/html/xui/client_modal.html index b3b56ce6..129d2cc5 100644 --- a/web/html/xui/client_modal.html +++ b/web/html/xui/client_modal.html @@ -1,109 +1,110 @@ -{{define "clientsModal"}} - - {{template "form/client"}} - - -{{end}} \ No newline at end of file +{{define "clientsModal"}} + + {{template "form/client"}} + + +{{end}}