mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Put silences in wells
This commit is contained in:
@@ -228,16 +228,20 @@ input#filter:focus {
|
||||
.silence-comment {
|
||||
font-size: smaller;
|
||||
margin-bottom: 0;
|
||||
border-left-color: #18bc9c;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
blockquote.silence-comment {
|
||||
border-left-color: #18bc9c;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.silence-comment-title {
|
||||
margin-top: 6px;
|
||||
display: block;
|
||||
}
|
||||
.silence-block {
|
||||
margin-bottom: 2px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.incident .panel {
|
||||
|
||||
@@ -112,7 +112,7 @@
|
||||
</small>
|
||||
<% _.each(alert.alertmanager, function(am) { %>
|
||||
<% _.each(am.silences, function(silence) { %>
|
||||
<div class="silence-block">
|
||||
<div class="silence-block well">
|
||||
<blockquote class="silence-comment">
|
||||
<% if (silence.jiraURL) { %>
|
||||
<a href="<%= silence.jiraURL %>" target="_blank">
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user