Use share icon instead of link for alert group links

This commit is contained in:
Łukasz Mierzwa
2017-07-02 12:33:03 -07:00
parent 3884b40667
commit 538249beb0
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