Page tree
Skip to end of metadata
Go to start of metadata

This page is no longer maintained and may contain obsolete information.

The CAST Engineering Dashboard/Discovery Portal is supplied with various themes or styles that can be activated as required:

  • default (always displayed by default)
  • light (alternative to default)
  • legacy (original pre v. 7.0.7 theme)

To change theme, enter the name of the theme in the following <param-value> tag located in the web.xml file:

<context-param>
	<param-name>theme</param-name>
	<param-value>light</param-value>
	<description>AD Dashboard theme</description>
</context-param>
Following any changes you make, save the web.xml file and then restart your application server so that the changes are taken into account.
  • No labels