Put silences in wells

This commit is contained in:
Łukasz Mierzwa
2017-06-26 18:47:12 -07:00
parent 16be1627ed
commit a802582dd4
3 changed files with 8 additions and 4 deletions

View File

@@ -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 {

View File

@@ -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