Skip to content

Commit

Permalink
Add missing layout color for "down" badge
Browse files Browse the repository at this point in the history
refs #8565
  • Loading branch information
majentsch committed Mar 6, 2015
1 parent 9fc80ec commit 0623404
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/icinga/monitoring-colors.less
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ table.statesummary {
}

td.state {
min-width: 70px;
min-width: 75px;
font-size: 0.7em;
text-align: center;
}
Expand Down
4 changes: 4 additions & 0 deletions public/css/icinga/widgets.less
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ li li .badge {
background-color: @colorCritical;
}

.badge-down {
background-color: @colorCritical;
}

.badge-warning {
background-color: @colorWarning;
}
Expand Down

0 comments on commit 0623404

Please sign in to comment.