Skip to content

Commit c7a9d02

Browse files
committed
feat(Navigation): enable target blank on Administration settings
Signed-off-by: Fitrah Munir <fitrahmunir@outlook.com>
1 parent de95b32 commit c7a9d02

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/private/NavigationManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ private function init() {
288288
'id' => 'admin_settings',
289289
'order' => 4,
290290
'href' => $this->urlGenerator->linkToRoute('settings.AdminSettings.index', ['section' => 'overview']),
291+
'target' => '_blank',
291292
'name' => $l->t('Administration settings'),
292293
'icon' => $this->urlGenerator->imagePath('settings', 'admin.svg'),
293294
]);

0 commit comments

Comments
 (0)