mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-05-28 04:34:08 -04:00
Use the plug icon to indicate objects in downtime
This commit is contained in:
parent
140ef72371
commit
940abdada6
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ class TreeRenderer extends Renderer
|
|||
)
|
||||
]);
|
||||
if ($node->isInDowntime()) {
|
||||
$icons[] = Html::tag('i', ['class' => 'icon icon-moon']);
|
||||
$icons[] = Html::tag('i', ['class' => 'icon icon-plug']);
|
||||
}
|
||||
if ($node->isAcknowledged()) {
|
||||
$icons[] = Html::tag('i', ['class' => 'icon icon-ok']);
|
||||
|
|
|
|||
Loading…
Reference in a new issue