Closes #294, Browser page title is now Grafana - {{dashboard title}}
This commit is contained in:
@@ -152,6 +152,8 @@ function (angular, $, kbn, _, config, moment, Modernizr) {
|
||||
// Make sure the dashboard being loaded has everything required
|
||||
dashboard = dash_defaults(dashboard);
|
||||
|
||||
window.document.title = 'Grafana - ' + dashboard.title;
|
||||
|
||||
// Set the current dashboard
|
||||
self.current = angular.copy(dashboard);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user