Skip to content

Commit

Permalink
monitoring: Display unhandled services in the hosts overview more pro…
Browse files Browse the repository at this point in the history
…minent

fixes #10268
  • Loading branch information
lippserd committed Oct 27, 2015
1 parent 4801fb9 commit ed86758
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ if (! $this->compact): ?>
)
) ?>
<?php if (isset($summary[$host->host_name])): ?>
<span class="text-small"> (<?= $this->qlink(
<span class="host-services-incidents"> (<?= $this->qlink(
sprintf(
$this->translatePlural(
'%u unhandled service', '%u unhandled services', $summary[$host->host_name]
Expand Down
6 changes: 6 additions & 0 deletions modules/monitoring/public/css/module.less
@@ -1,5 +1,11 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */

.host-services-incidents {
color: @color-critical;
font-family: @font-family-wide;
font-size: @font-size-small;
}

.state-badges {
display: inline-block;

Expand Down

0 comments on commit ed86758

Please sign in to comment.