Remove new lines

This commit is contained in:
Łukasz Mierzwa
2017-06-05 21:35:40 -07:00
parent 38d5bd8684
commit 1521311f1d
2 changed files with 1 additions and 3 deletions

View File

@@ -76,10 +76,8 @@
<% }) %>
<% var attrs = Alerts.GetLabelAttrs("@state", alert.state) %>
<%= Templates.Render('buttonLabel', {elem: 'span', attrs: attrs, label: {key: '@state', value: alert.state, text: '@state: ' + alert.state}}) %>
<% var attrs = Alerts.GetLabelAttrs("@receiver", alert.receiver) %>
<%= Templates.Render('buttonLabel', {elem: 'span', attrs: attrs, label: {key: '@receiver', value: alert.receiver, text: '@receiver: ' + alert.receiver}}) %>
<% if (alert.silencedBy.length == 0) { %>
<% var labels = [] %>
<% _.each(Alerts.SortMapByKey(alert.labels), function(label) { %>

File diff suppressed because one or more lines are too long