mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
c2c9e49df4
commit
5c71f5a8ef
@ -151,9 +151,10 @@ use Icinga\Module\Monitoring\Forms\Command\Object\DeleteCommentCommandForm;
|
||||
),
|
||||
$inDowntimeCount
|
||||
) ?> <?= $this->qlink(
|
||||
$this->translate('Alle anzeigen'),
|
||||
$this->translate('List all'),
|
||||
$inDowntimeLink,
|
||||
null
|
||||
null,
|
||||
array('data-base-target' => '_next')
|
||||
); ?>
|
||||
|
||||
</p>
|
||||
@ -174,7 +175,8 @@ use Icinga\Module\Monitoring\Forms\Command\Object\DeleteCommentCommandForm;
|
||||
<?= $this->qlink(
|
||||
$this->translate('List all'),
|
||||
$commentsLink,
|
||||
null
|
||||
null,
|
||||
array('data-base-target' => '_next')
|
||||
); ?>
|
||||
|
||||
</p>
|
||||
|
@ -140,7 +140,8 @@ use Icinga\Module\Monitoring\Forms\Command\Object\DeleteCommentCommandForm;
|
||||
<?= $this->qlink(
|
||||
$this->translate('List all'),
|
||||
$inDowntimeLink,
|
||||
null
|
||||
null,
|
||||
array('data-base-target' => '_next')
|
||||
);?>
|
||||
</p>
|
||||
<?php endif ?>
|
||||
@ -159,7 +160,8 @@ use Icinga\Module\Monitoring\Forms\Command\Object\DeleteCommentCommandForm;
|
||||
<?= $this->qlink(
|
||||
$this->translate('List all'),
|
||||
$commentsLink,
|
||||
null
|
||||
null,
|
||||
array('data-base-target' => '_next')
|
||||
); ?>
|
||||
<p>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user