From a0cee3530921a613f3891ed41c676a35d3896cf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 8 Jan 2014 07:42:17 +0100 Subject: [PATCH] small fixes --- src/app/components/require.config.js | 2 +- src/app/dashboards/blank.json | 3 ++- src/app/panels/graphite/module.html | 2 +- src/app/services/graphite/gfunc.js | 7 +++++++ src/vendor/bootstrap/less/grafana.less | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) 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}">