chg: [UI] clicking on your user name should bring up the user profile, fixes #9708

pull/9715/head
iglocska 2024-04-26 10:41:03 +02:00
parent 947dbe1085
commit 3d3a207d4d
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ if (!empty($me)) {
],
array(
'type' => 'root',
'url' => $baseurl . '/dashboards',
'url' => $baseurl . '/users/view/me',
'html' => sprintf(
'<span class="white" title="%s">%s%s&nbsp;&nbsp;&nbsp;%s</span>',
h($me['email']),