mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Remove new lines
This commit is contained in:
@@ -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
Reference in New Issue
Block a user