|
@@ -152,6 +152,8 @@ function (angular, $, kbn, _, config, moment, Modernizr) {
|
|
|
// Make sure the dashboard being loaded has everything required
|
|
// Make sure the dashboard being loaded has everything required
|
|
|
dashboard = dash_defaults(dashboard);
|
|
dashboard = dash_defaults(dashboard);
|
|
|
|
|
|
|
|
|
|
+ window.document.title = 'Grafana - ' + dashboard.title;
|
|
|
|
|
+
|
|
|
// Set the current dashboard
|
|
// Set the current dashboard
|
|
|
self.current = angular.copy(dashboard);
|
|
self.current = angular.copy(dashboard);
|
|
|
|
|
|