diff --git a/includes/views/projects_section.php b/includes/views/projects_section.php index 4f06ec5..1a1d25d 100644 --- a/includes/views/projects_section.php +++ b/includes/views/projects_section.php @@ -39,7 +39,7 @@ $detail = $status && !empty($status['detail']) ? (string)$status['detail'] : ''; $badgeText = null; - if ($state !== null) { + if ($state !== null && $category !== 'dienste') { $badgeText = 'Unbekannt'; if ($state === 'up') $badgeText = 'Online'; elseif ($state === 'down') $badgeText = 'Offline';