Add 3x-ui v3.5.0 API panel connection and client management

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
test2
2026-07-25 21:59:31 +03:00
co-authored by Cursor
parent cd106b68bc
commit b67e7b80ba
10 changed files with 826 additions and 3 deletions
+1
View File
@@ -10,6 +10,7 @@
<nav>
<a href="/admin" class="{% if request.url.path == '/admin' %}active{% endif %}">Дашборд</a>
<a href="/admin/servers" class="{% if '/servers' in request.url.path %}active{% endif %}">Серверы</a>
<a href="/admin/xui" class="{% if '/xui' in request.url.path %}active{% endif %}">3x-ui</a>
<a href="/admin/clients" class="{% if '/clients' in request.url.path %}active{% endif %}">Клиенты</a>
<a href="/" target="_blank">Сайт</a>
</nav>