Explorar el Código

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

MHSanaei hace 1 día
padre
commit
8f65aa7e4b
Se han modificado 1 ficheros con 1 adiciones y 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',