diff --git a/src/routers/sources.py b/src/routers/sources.py index dd96608..3d7f737 100644 --- a/src/routers/sources.py +++ b/src/routers/sources.py @@ -578,10 +578,9 @@ async def get_health( cursor = await db.execute(""" SELECT - h.id, h.source_id, s.name, s.domain, s.url, s.source_type, - s.tenant_id, s.category, s.language, s.bias, + h.source_id, s.name, s.domain, s.tenant_id, s.language, o.name AS org_name, - h.check_type, h.status, h.message, h.details, h.checked_at + h.check_type, h.status, h.message FROM source_health_checks h JOIN sources s ON s.id = h.source_id LEFT JOIN organizations o ON o.id = s.tenant_id diff --git a/src/static/dashboard.html b/src/static/dashboard.html index 61b4d41..e4e7a8c 100644 --- a/src/static/dashboard.html +++ b/src/static/dashboard.html @@ -708,7 +708,7 @@ - +