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 5, 2017
1 parent 2c69b29 commit 0c5f8b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
Loading

0 comments on commit 0c5f8b4

Please sign in to comment.