Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
Use info icon instead of help, also escape annotation keys
Browse files Browse the repository at this point in the history
Help icon doesn't make sense for annotation key, info icon is a bit more related to the usage of annotations
  • Loading branch information
prymitive committed Aug 18, 2017
1 parent 9247b89 commit d3a838c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/templates/alertgroup.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 { %>
Expand Down

0 comments on commit d3a838c

Please sign in to comment.