From 17caba394ac8143783c1fd544acd466a36f76fc2 Mon Sep 17 00:00:00 2001 From: Anton Afanasyeu Date: Sun, 5 Jul 2026 19:12:53 +0200 Subject: [PATCH] fix(hub): add monitor nav link with hub i18n keys Co-authored-by: Cursor --- assets/i18n/hub-en.json | 2 ++ assets/i18n/hub-ru.json | 2 ++ index.php | 1 + 3 files changed, 5 insertions(+) diff --git a/assets/i18n/hub-en.json b/assets/i18n/hub-en.json index 37bd09e..0c704f0 100644 --- a/assets/i18n/hub-en.json +++ b/assets/i18n/hub-en.json @@ -17,6 +17,8 @@ "nav.live_sessions": "Live sessions", "nav.education": "Education (demo)", "nav.remote": "Remote access", + "nav.monitor": "Monitoring", + "nav.monitor_desc": "Grafana dashboards — cluster health, alerts, exporters.", "nav.short_links": "Short links", "nav.short_links_desc": "Mint bearer tokens and shorten URLs for s.f0xx.org.", "nav.console_desc": "Issue triage home and workspace cards.", diff --git a/assets/i18n/hub-ru.json b/assets/i18n/hub-ru.json index b9cd1c4..dd291bc 100644 --- a/assets/i18n/hub-ru.json +++ b/assets/i18n/hub-ru.json @@ -17,6 +17,8 @@ "nav.live_sessions": "Live-сессии", "nav.education": "Education (demo)", "nav.remote": "Удалённый доступ", + "nav.monitor": "Мониторинг", + "nav.monitor_desc": "Дашборды Grafana — состояние кластера, алерты, экспортёры.", "nav.short_links": "Короткие ссылки", "nav.short_links_desc": "Токены и сокращение URL для s.f0xx.org.", "nav.console_desc": "Главная консоли и карточки разделов.", diff --git a/index.php b/index.php index c2ca502..a3297c0 100644 --- a/index.php +++ b/index.php @@ -150,6 +150,7 @@ function hub_h(string $s): string {
  • Live sessionsCast intents, join stats, session history.
  • Education (demo)Browser screen-share trial (5 min).
  • Remote accessWireGuard sessions and device reachability.
  • +
  • MonitoringGrafana dashboards — cluster health, alerts, exporters.
  • Short linksMint bearer tokens and shorten URLs for s.f0xx.org.
  • BuilderDocker CI for APK baking and OTA artifacts.