mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-07 14:09:35 -05:00
Renderer: Do not display ok/up nodes
This commit is contained in:
parent
8ab2082b28
commit
595c4a5cb3
1 changed files with 0 additions and 1 deletions
|
|
@ -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')
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue