Fixes clickhouse health page not found (#9087)

This commit is contained in:
Matteo Biscosi 2025-03-31 17:25:50 +02:00
parent 425796a065
commit cd210b3d4e

View file

@ -520,7 +520,7 @@ local health_entries = {
hidden = false -- TODO: add a check for redis monitoring status
}, {
entry = page_utils.menu_entries.clickhouse_status,
url = '/lua/enterprise/monitor/clickhouse_monitor.lua',
url = '/lua/pro/enterprise/monitor/clickhouse_monitor.lua',
hidden = not is_clickhouse_enabled
}
}