mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Add a separator between multiple alert silences
This commit is contained in:
@@ -236,6 +236,9 @@ input#filter:focus {
|
||||
margin-top: 6px;
|
||||
display: block;
|
||||
}
|
||||
.silence-block {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.incident .panel {
|
||||
margin-bottom: 0;
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
Silenced by:
|
||||
</small>
|
||||
<% _.each(alert.silencedBy, function(silenceID) { %>
|
||||
<div>
|
||||
<div class="silence-block">
|
||||
<% var silence = silences[silenceID] %>
|
||||
<% if (silence) { %>
|
||||
<blockquote class="silence-comment">
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user