Versions Compared

Key

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

...

Using existing skins

Currently, 3 + skins are provided by default within OPSUI. See below for examples. 

Skin name

Screenshot

"cleanwhite" (default)

"navyblue"

"classic"

To switch between skins:

  1. Open up the 'context.xml' file within your deployed webapplication archive (war) file. This is usually located within opsui/METMETA-INF/context.xml
  2. Scroll to the bottom of the file
  3. Change the value for the property "opsui.skin" to one of the values listed in the above table.
  4. Reload your web-application, or restart your servlet container. 
    1. NOTE: if you have deployed a ".war" file within tomcat/webapps, in order to change your context.xml without having your changes overwritten, you must deploy your webapp as a pre-extracted directory within webapps. If you do not do this, than your modifications to context.xml may be ignored or overwritten each time tomcat restarts. 

Create your own skin

Coming soon...