From 40ebf2902eae6b87c8fa2f7239f7a0dd10e26260 Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Mon, 24 Mar 2025 10:02:01 +0000 Subject: [PATCH] fix: dashboard won't load --- web/html/xui/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/html/xui/index.html b/web/html/xui/index.html index c072893d..073564c3 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -419,7 +419,7 @@ {{template "js" .}} {{template "component/aThemeSwitch" .}} {{template "component/aCustomStatistic" .}} -{{template "textModal"}} +{{template "modals/textModal"}}