Ver código fonte

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

Torkel Ödegaard 11 anos atrás
pai
commit
5c3e366192
1 arquivos alterados com 1 adições e 1 exclusões
  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] = {
               types[event.annotation.name] = {
                 level: _.keys(types).length + 1,
                 level: _.keys(types).length + 1,
                 icon: {
                 icon: {
-                  icon: "icon-chevron-down",
+                  icon: "fa fa-chevron-down",
                   size: event.annotation.iconSize,
                   size: event.annotation.iconSize,
                   color: event.annotation.iconColor,
                   color: event.annotation.iconColor,
                 }
                 }