Skip to content

Commit

Permalink
Fix target of the create a new role link
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 30, 2015
1 parent 48b1c5f commit a69179c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions application/views/scripts/role/list.phtml
Expand Up @@ -7,9 +7,10 @@
'role/add',
null,
array(
'class' => 'button action-link',
'icon' => 'plus',
'title' => $this->translate('Create a new role')
'class' => 'button action-link',
'data-base-target' => '_next',
'icon' => 'plus',
'title' => $this->translate('Create a new role')
)
) ?>
<?php /** @var \Icinga\Application\Config $roles */ if ($roles->isEmpty()): ?>
Expand Down

0 comments on commit a69179c

Please sign in to comment.