Customizing the AWI User Interface

You can customize the AWI user interface to include your company logo in the page header and/or to choose another color scheme.

By default the AWI interface has the Automic logo on the login dialog and in the header bar. All pages use the Automic gold color and shades of black and grey. You can change both of these to reflect your company brand.

To change the logo...

  1. Prepare your logo file:

    1. Make sure that your logo image size is not larger than:

      • Width: 96px
      • Height: 70px
  2. Copy logo.png into the folder …\webapps\<AWI>\config\theme.
  3. Add the following configuration parameter to the color.properties file to specify the new logo:

    logo.filename = logo.png

  4. Depending on how your logo looks like, you may want to add a white box to differentiate it from the dark background.

    To enable the white box you need to add the following parameter to the color.properties file:

    white.background = true

If you do not see the changes with the next login to AWI, restart the Tomcat Webserver.

To change the color scheme...

  1. Open the colors.properties file in the folder …\webapps\<AWI>\config\theme.
  2. In the maincolor parameter, specify the RGB color code, making sure to precede it with the pound sign (#) and follow it with a semicolon (;).

    For example, enter "maincolor = #fac800;" for the Automic gold.

If you do not see the changes with the next login to AWI, restart the Tomcat Webserver.