mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
monitoring/CSS: Use text-small for unhandled services links in the hosts overview
refs #5543
This commit is contained in:
parent
8d68d72d86
commit
69b83696c0
@ -60,7 +60,7 @@ if (! $this->compact): ?>
|
||||
)
|
||||
) ?>
|
||||
<?php if (isset($summary[$host->host_name])): ?>
|
||||
<span> (<?= $this->qlink(
|
||||
<span class="text-small"> (<?= $this->qlink(
|
||||
sprintf(
|
||||
$this->translatePlural(
|
||||
'%u unhandled service', '%u unhandled services', $summary[$host->host_name]
|
||||
|
Loading…
x
Reference in New Issue
Block a user