diff --git a/src/app/components/require.config.js b/src/app/components/require.config.js index 324ef48d6df..15bc2b297bd 100644 --- a/src/app/components/require.config.js +++ b/src/app/components/require.config.js @@ -5,7 +5,7 @@ require.config({ baseUrl: 'app', // urlArgs: 'r=@REV@', paths: { - config: '../config.dev', + config: '../config', settings: 'components/settings', kbn: 'components/kbn', diff --git a/src/app/dashboards/blank.json b/src/app/dashboards/blank.json index 41e29ce04b3..aebc2bf751d 100644 --- a/src/app/dashboards/blank.json +++ b/src/app/dashboards/blank.json @@ -11,5 +11,6 @@ }, "rows": [], "editable": true, - "failover": false + "failover": false, + "panel_hints": true } \ No newline at end of file diff --git a/src/app/panels/graphite/module.html b/src/app/panels/graphite/module.html index 92aa7e2bafc..4dd9c61bf04 100644 --- a/src/app/panels/graphite/module.html +++ b/src/app/panels/graphite/module.html @@ -1,7 +1,7 @@
+ ng-class="{'panel-fullscreen': fullscreen}">