|
|
@@ -73,6 +73,17 @@ function (Settings) {
|
|
|
* ========================================================
|
|
|
*/
|
|
|
|
|
|
+ /* title:
|
|
|
+ * The global page title prefix that is prepended before the specific dashboard titles.
|
|
|
+ * Defaults to 'Grafana - '.
|
|
|
+ *
|
|
|
+ * title: undefined, // default prefix, page title = 'Grafana - <dashboard title>'
|
|
|
+ * title: null, // no prefix, page title = <dashboard title>
|
|
|
+ * title: '', // no prefix, page title = <dashboard title>
|
|
|
+ * title: 'Custom | ', // custom prefix, page title = 'Custom | <dashboard title>'
|
|
|
+ */
|
|
|
+ title: undefined,
|
|
|
+
|
|
|
// specify the limit for dashboard search results
|
|
|
search: {
|
|
|
max_results: 20
|