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 {