diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-03-24 13:02:01 +0300 |
|---|---|---|
| committer | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-03-24 13:02:01 +0300 |
| commit | 40ebf2902eae6b87c8fa2f7239f7a0dd10e26260 (patch) | |
| tree | 7e3a05803d42badf23ef68a5a706b82d106e6c9c /web | |
| parent | 14253c35864828458ef3eeecb05591a7ae6e641e (diff) | |
fix: dashboard won't load
Diffstat (limited to 'web')
| -rw-r--r-- | web/html/xui/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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"}} <script> const State = { Running: "running", |
