Add a custom favicon
There are two methods for adding a custom favicon.
The first method is to place the favicon.ico
image into the IIS root folder C:\inet\wwwroot
. This may work well if IIS is only used to host Bravura Security Fabric. If other products or sites are hosted from IIS, favicon files for those sites will also be in that root directory.
If other products are hosted off of IIS, then consider the following method:
Create a folder in
\design\custom\ui\src
.From
\design\src\ui\src
, copyindex.html
into\design\custom\ui\src
.In the
<head>
section of\design\custom\ui\src\index.html
, employ the desired link method from the "How to Use" section at https://en.wikipedia.org/wiki/Favicon. Wikipedia notes the different methods that work with different browsers.Note
Ensure
favicon.ico
is accessible from the specified location.Never modify the
index.html
file in\design\src\ui\src
.Access the sign-in page for Bravura Security Fabric and check for the favicon to appear. If it does not, try holding Shift and clicking refresh in the browser.