瀏覽代碼

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

Torkel Ödegaard 11 年之前
父節點
當前提交
5c3e366192
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/app/panels/graph/graph.js

+ 1 - 1
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,
                 }