mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-09 00:22:45 -04:00
Menu: use target="_self" instead of data-base-target="_self" in logout link
refs #10330
This commit is contained in:
parent
f6cd4794ee
commit
9e2da07eb7
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ class Web extends EmbeddedWeb
|
|||
'logout' => array(
|
||||
'label' => t('Logout'),
|
||||
'priority' => 200,
|
||||
'target' => '_self',
|
||||
'target' => 'current_window',
|
||||
'url' => 'authentication/logout'
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue