Renderer: Do not display ok/up nodes

This commit is contained in:
Florian Strohmaier 2022-01-13 15:35:29 +01:00 committed by Johannes Meyer
parent 8ab2082b28
commit 595c4a5cb3

View file

@ -161,7 +161,6 @@ abstract class Renderer extends HtmlDocument
$this->createBadgeGroup($summary, 'CRITICAL'),
$this->createBadgeGroup($summary, 'UNKNOWN'),
$this->createBadgeGroup($summary, 'WARNING'),
$this->createBadge($summary, 'OK'),
$this->createBadge($summary, 'MISSING'),
$this->createBadge($summary, 'PENDING')
]);