fix: remove project name badges from the Coolify widget

Coolify was the only service reporting the generic detail field
(project name chips); drop it end to end - collector, type, and the
widget's chip row - rather than leave the plumbing for zero producers.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WpxhtQY3CExQdMs4j7MmJe
This commit is contained in:
2026-08-18 16:58:47 +02:00
co-authored by Claude Sonnet 5
parent 6ab3054d9a
commit 2c84a4c9c2
4 changed files with 3 additions and 24 deletions
-1
View File
@@ -8,6 +8,5 @@ export interface ServiceStat {
export interface ServiceWidgetResult {
docker: DockerContainerResult;
stats: ServiceStat[];
detail?: string[];
statError?: string;
}