From 5c3e3661925c70a70bfcc489ca5581907017a58c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 3 Feb 2015 09:18:00 +0100 Subject: [PATCH] Fixed wrong icon class in annotations, broken after recent upgrade of font-awesome, Fixes #1416 --- src/app/panels/graph/graph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/panels/graph/graph.js b/src/app/panels/graph/graph.js index 20648af5751..2f86240a5f2 100755 --- a/src/app/panels/graph/graph.js +++ b/src/app/panels/graph/graph.js @@ -319,7 +319,7 @@ function (angular, $, kbn, moment, _, GraphTooltip) { types[event.annotation.name] = { level: _.keys(types).length + 1, icon: { - icon: "icon-chevron-down", + icon: "fa fa-chevron-down", size: event.annotation.iconSize, color: event.annotation.iconColor, }