From 4eadfd0ace3e92aced91bbc2ea1135fe1bd45a13 Mon Sep 17 00:00:00 2001 From: Yoda-BZH Date: Thu, 28 Nov 2024 16:55:59 +0100 Subject: [PATCH] View: Consider `letter` a legacy icon name --- 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 6fc186208..220c25803 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 // ];