Skip to content

Commit

Permalink
Open list all links to the next container
Browse files Browse the repository at this point in the history
refs #8565
  • Loading branch information
majentsch committed Mar 6, 2015
1 parent c2c9e49 commit 5c71f5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 5 additions & 3 deletions modules/monitoring/application/views/scripts/hosts/show.phtml
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
Expand Up @@ -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 ?>
Expand All @@ -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>

Expand Down

0 comments on commit 5c71f5a

Please sign in to comment.