Explorer Tabs Settings

By default, the Explorer shows the following tabs for all users:

The default set of tabs in the Explorer, the tab displayed by default is the Dashboard tab.

Users can change the displayed tabs by clicking the Tab Manager icon right of the last tab. You can also define the available tabs and their default state (shown, hidden, default) by editing properties.xml as shown below:

	<!-- Active tabs -->
	<explorerTabs>
		<tab name="dashboard" default="true"/>
		<tab name="action-items" mandatory="true"/>
		<tab name="highlights"/>
		<tab name="findings"/>
		<tab name="reports" rendered="false"/>
		<tab name="attributes"/>
		<tab name="indicators" rendered="false"/>
		<tab name="measures" rendered="false"/>
		<tab name="annotations"/>
	</explorerTabs>

Each tab element accepts the following parameters: