I want to have have dashboard to have link as ..../db-memory
but want the title to be "Database Memory for Team"
Is it possible?
The title of a dashboard can be changed with the <label> tags:
<form>
<label>This will show as your title</label>
<fieldset>
This will not change how the dashboard is referenced, but it will change both the title on the dashboard as well as the title displayed for this dashboard within the "Dashboards" list.
The panel
and the search
and the entire dashbaord
can have titles. The simplest/easiest way to see the options is to click on Edit
-> Edit Panels
which will show each area as directly editable.
The title of a dashboard can be changed with the <label> tags:
<form>
<label>This will show as your title</label>
<fieldset>
This will not change how the dashboard is referenced, but it will change both the title on the dashboard as well as the title displayed for this dashboard within the "Dashboards" list.