monitoring: Display unhandled services in the hosts overview more prominent

fixes #10268
This commit is contained in:
Eric Lippmann 2015-10-26 13:28:24 +01:00
parent 4801fb9563
commit ed86758e3d
2 changed files with 7 additions and 1 deletions

View File

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

View File

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