Merge pull request 'feat(ops): דף /operations — כל מה שרץ ברקע' (#149) from worktree-ops-dashboard into main
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 1m28s

This commit was merged in pull request #149.
This commit is contained in:
2026-06-08 07:29:19 +00:00
5 changed files with 488 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ const KNOWLEDGE_MENUS: NavMenuDef[] = [
const ADMIN_ITEMS: NavItem[] = [
{ href: "/skills", label: "מיומנויות" },
{ href: "/operations", label: "תפעול" },
{ href: "/diagnostics", label: "אבחון" },
{ href: "/settings", label: "הגדרות" },
];