mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
monitoring: Read "List all services" rather than "show all services"
This commit is contained in:
parent
9bd3fc90f7
commit
6007cc7f7b
@ -30,7 +30,7 @@ $i = 0;
|
|||||||
<div class="hbox-item multi-commands">
|
<div class="hbox-item multi-commands">
|
||||||
<?php if ($i > 5): ?>
|
<?php if ($i > 5): ?>
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
sprintf($this->translate('show all %d services'), $i),
|
sprintf($this->translate('List all %d services'), $i),
|
||||||
$listAllLink,
|
$listAllLink,
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user