monitoring: Display unhandled services in the hosts overview more prominent
fixes #10268
This commit is contained in:
parent
4801fb9563
commit
ed86758e3d
|
@ -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]
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue