Skip to content

Commit

Permalink
feat(Navigation): enable target blank on Administration settings
Browse files Browse the repository at this point in the history
Signed-off-by: Fitrah Munir <fitrahmunir@outlook.com>
  • Loading branch information
fitrahmunir committed Dec 1, 2023
1 parent de95b32 commit c7a9d02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/NavigationManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ private function init() {
'id' => 'admin_settings',
'order' => 4,
'href' => $this->urlGenerator->linkToRoute('settings.AdminSettings.index', ['section' => 'overview']),
'target' => '_blank',
'name' => $l->t('Administration settings'),
'icon' => $this->urlGenerator->imagePath('settings', 'admin.svg'),
]);
Expand Down

0 comments on commit c7a9d02

Please sign in to comment.