mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
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:
@@ -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 { %>
|
||||
|
||||
Reference in New Issue
Block a user