Use info icon instead of help, also escape annotation keys

Help icon doesn't make sense for annotation key, info icon is a bit more related to the usage of annotations
This commit is contained in:
Łukasz Mierzwa
2017-08-04 20:06:39 -07:00
parent c7442c3adf
commit 44830cc3c9

View File

@@ -29,7 +29,7 @@
<script type="application/json" id="alert-group-annotations">
<% _.each(sortMapByKey(alert.annotations), function(annotation) { %>
<div class="well well-sm annotation-well">
<i class="fa fa-question-circle text-muted" title="<%= annotation.key %>" data-toggle="tooltip" data-placement="top"/>
<i class="fa fa-info-circle text-muted" title="<%- annotation.key %>" data-toggle="tooltip" data-placement="top"/>
<% if (annotation.value) { %>
<%= linkify(_.escape(annotation.value)) %>
<% } else { %>