From 98486003351f6fad608211e08e57cccb49c534ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 15 Aug 2014 12:09:04 +0200 Subject: [PATCH] Changed panel error icon from ng-show to ng-if --- src/app/directives/grafanaPanel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/directives/grafanaPanel.js b/src/app/directives/grafanaPanel.js index e0a16e55218..570f086d2da 100644 --- a/src/app/directives/grafanaPanel.js +++ b/src/app/directives/grafanaPanel.js @@ -18,13 +18,13 @@ function (angular, $) { '
' + '
' + '' + + 'config-modal="app/partials/inspector.html" ng-if="panel.error">' + '' + '' + '' + '' + - '' + + '' + '' + '' +