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