Databases Reference
In-Depth Information
Let's customize our navigation. We'll make a few changes like these:
• Create an entry specifically for our errors dashboard
• Add default='true' so that this dashboard loads by default
• Simplify the Views and Searches collections
These changes are reflected in the following code:
<nav>
<view name="errors" default='true' />
<view name="flashtimeline" />
<collection label="Views">
<view source="unclassified" />
</collection>
<collection label="Searches">
<saved source="unclassified" />
</collection>
</nav>
Our navigation now looks like this screenshot:
With this navigation in place, all new dashboards will appear under Views , and all
new saved searches will appear under Searches .
Notice that Advanced Charting and Google Maps appear under Views . Neither
of these dashboards are part of our app, but are visible because of the permissions
in their respective apps. We will discuss permissions in more detail in the Object
permissions section.
Customizing the appearance of your app
It is helpful to further customize the appearance of your application, if for no other
reason than to make it more obvious which app is currently active.
 
Search WWH ::




Custom Search