Merge pull request #126 from cloudflare/group-link-icon

Use share icon instead of link for alert group links
This commit is contained in:
Łukasz Mierzwa
2017-07-05 09:12:30 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
<% var groupLink = '?q=' + filters.join(',') %>
<span class="pull-left alert-group-link">
<a href="<%= groupLink %>" title="Link to this alert group", data-toggle="tooltip" data-placement="top">
<i class="fa fa-link"/>
<i class="fa fa-share-square-o"/>
</a>
</span>
<% if (group.alerts.length > 1) { %>

File diff suppressed because one or more lines are too long