mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-11 09:31:31 -04:00
View: Consider letter a legacy icon name
This commit is contained in:
parent
7f9217b052
commit
4eadfd0ace
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
//</editor-fold>
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue