Details
-
Bug
-
Status: Closed
-
Top
-
Resolution: Fixed
-
5.2.0
-
None
-
3
-
Tiger Sprint 177, Tiger Sprint 178
Description
The Channel Manager uses Material Design icons. These are fetched at runtime via an external link to googleapis.com:
<link href="//fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
As a result, the CMS always needs access to this external resource. That can be annoying when running it behind a firewall, or when developing the CMS offline.
The CMS should not need any external resources to function. All Material icons (or just all used ones) should be included in the distributed artifacts, just like all other icons in the CMS.
Attachments
Issue Links
- relates to
-
CHANNELMGR-1486 Find a way to inject Material icons as a string into the iframe
- Closed