...
There is also a step by step how-to article.
Fav-Icon
If you want to customise the fav icon, you can do so by editing the manifest.json file and adding the fav icon to the following directory:
Code Block |
---|
C:\ProgramData\ITSENSE\Templates\AdminUI2\ |
The fav icon must be named “favion.ico”. It must also be of type "ico".
In the manifest.json file, add the following section:
Code Block |
---|
"icons": [
{
"src": "icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
] |
After any changes have been made, restart the Web Service App-Pool and the changes will take effect.