Actions
Bug #2526
closedFavicon only shows up if foreman is deployed in the root context
Description
The browsers will not pick up the favicon if foreman is deployed in a sub context. Please add a <link> tag to the <head> section such as:
<link href="/foreman/assets/embed/favicon.png" rel="shortcut icon" type="image/vnd.microsoft.icon" />
Actions