Fixed wrong icon class in annotations, broken after recent upgrade of font-awesome, Fixes #1416

This commit is contained in:
Torkel Ödegaard
2015-02-03 09:18:00 +01:00
parent cf5595bd64
commit 5c3e366192
+1 -1
View File
@@ -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,
}