Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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": "favion.ico",
        "sizes": "192x192",
        "type": "image/ico"
      }
    ]

After any changes have been made, restart the Web Service App-Pool and the changes will take effect.