From 0249184a6b43fc6e227e0a7a91c650a77be7beaa Mon Sep 17 00:00:00 2001 From: Chaim Date: Fri, 12 Jun 2026 11:57:52 +0000 Subject: [PATCH] fix(operations-ui): Hebrew label for supervisor + correct halacha-drain schedule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - legal-halacha-supervisor had no SERVICE_LABELS entry → the row rendered the raw English pm2 name. Add a Hebrew label (the English id stays as the mono subtitle, like every other row). - legal-halacha-drain label said "×שעתיים" (every 2h) — wrong. The cron fires hourly across the night band; the script trims to the 23:00–05:00 IL window. Relabel to "חלון-לילה 23:00–05:00". Content/i18n fix only — no visual/layout change (design-gate bug-fix exception). --- web-ui/src/app/operations/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web-ui/src/app/operations/page.tsx b/web-ui/src/app/operations/page.tsx index f3e3725..2486a27 100644 --- a/web-ui/src/app/operations/page.tsx +++ b/web-ui/src/app/operations/page.tsx @@ -114,7 +114,8 @@ const SERVICE_LABELS: Record = { "legal-court-fetch-xvfb": "צג וירטואלי (Xvfb) לדפדפן", "legal-court-fetch-drain": "תזמון: ניקוז תור אחזור פסיקה (שעתי)", "legal-metadata-drain": "תזמון: חילוץ מטא-דאטה (Gemini, ×15 דק׳)", - "legal-halacha-drain": "תזמון: חילוץ הלכות (Claude, ×שעתיים)", + "legal-halacha-drain": "תזמון: חילוץ הלכות (Claude, חלון-לילה 23:00–05:00)", + "legal-halacha-supervisor": "ניהול בריאות חילוץ-ההלכות + בקרת BURST (×15 דק׳)", "legal-digest-drain": "תזמון: העשרת יומונים (Sonnet, ×שעתיים)", "legal-reaper": "מנקה תהליכים-יתומים (נגד דליפות זיכרון)", "legal-chat-service": "שירות צ׳אט אימון (גשר ל-claude CLI)",