Commit 5c3e3661 by Torkel Ödegaard

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

parent cf5595bd
......@@ -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,
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment