fix(hosts): show proper page title instead of falling back to 3X-UI

This commit is contained in:
MHSanaei
2026-06-25 23:43:14 +02:00
parent 293c1e44dc
commit 8f65aa7e4b
+1
View File
@@ -8,6 +8,7 @@ const TITLE_KEYS: Record<string, string> = {
'/clients': 'menu.clients',
'/groups': 'menu.groups',
'/nodes': 'menu.nodes',
'/hosts': 'menu.hosts',
'/settings': 'menu.settings',
'/xray': 'menu.xray',
'/outbound': 'menu.outbounds',