Editing navigation
Navigation is controlled by an XML file that can be accessed by going to Manager | User interface | Navigation menus.
There can only be one active navigation file per app, and it is always called default. After clicking on the name, we see the XML provided by the barebones template:
<nav> <view name="flashtimeline" default='true' /> <collection label="Dashboards"> <view source="unclassified" match="dashboard"/> <divider /> </collection> <collection label="Views"> <view source="unclassified" /> <divider /> </collection> <collection label="Searches & Reports"> <collection label="Reports"> <saved source="unclassified" match="report" /> </collection> <divider /> <saved source="unclassified" /> </collection> </nav>
The structure of the XML is essentially the following...