Explorar o código

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

MHSanaei hai 1 día
pai
achega
8f65aa7e4b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      frontend/src/hooks/usePageTitle.ts

+ 1 - 0
frontend/src/hooks/usePageTitle.ts

@@ -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',