From 5ee59822faf2bbdc07cf5f08ed1e6862d7cc29ba Mon Sep 17 00:00:00 2001 From: Yoda-BZH Date: Fri, 15 Nov 2024 09:39:40 +0100 Subject: [PATCH] fix(icons): Service States are not aligned, fix #5290 --- library/Icinga/Web/View.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/Icinga/Web/View.php b/library/Icinga/Web/View.php index 6fc1862082..220c258038 100644 --- a/library/Icinga/Web/View.php +++ b/library/Icinga/Web/View.php @@ -205,7 +205,8 @@ class View extends Zend_View_Abstract 'th-thumb-empty' => true, 'github-circled' => true, 'history' => true, - 'binoculars' => true + 'binoculars' => true, + 'letter' => true // ];