From a995857cca7316642ebbfb5f1bb4d82fd9e89337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 11 Aug 2014 13:47:58 +0200 Subject: [PATCH] changed placement of panel error tooltip to the right of icon, works better in when in edit mode --- src/app/directives/grafanaPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/directives/grafanaPanel.js b/src/app/directives/grafanaPanel.js index 8054fd84314..32817c9b161 100644 --- a/src/app/directives/grafanaPanel.js +++ b/src/app/directives/grafanaPanel.js @@ -18,7 +18,7 @@ function (angular, $) { '
' + '
' + '' + + 'config-modal="app/partials/inspector.html" ng-show="panel.error" data-placement="right" bs-tooltip="panel.error">' + '' + '' +