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…
Reference in New Issue