mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
Menu: use target="_self" instead of data-base-target="_self" in logout link
fixes #10330
This commit is contained in:
parent
21f7af4b64
commit
643ee7b108
@ -359,10 +359,10 @@ class Web extends EmbeddedWeb
|
|||||||
'url' => 'preference'
|
'url' => 'preference'
|
||||||
),
|
),
|
||||||
'logout' => array(
|
'logout' => array(
|
||||||
'label' => t('Logout'),
|
'label' => t('Logout'),
|
||||||
'priority' => 200,
|
'priority' => 200,
|
||||||
'target' => '_self',
|
'attributes' => array('target' => '_self'),
|
||||||
'url' => 'authentication/logout'
|
'url' => 'authentication/logout'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user