Skip to content

Commit

Permalink
Add username next to Logout (#1664)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkz212 committed Nov 9, 2023
1 parent fab4b24 commit eb3767c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/shared/layout/layout.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
{{ 'menu.linux.label_shutdown_server' | translate }}
</a>
<a href="javascript:void(0)" class="dropdown-item" (click)="$auth.logout()" *ngIf="$settings.formAuth">
{{ 'menu.tooltip_logout' | translate }}
{{ 'menu.tooltip_logout' | translate }} - {{ $auth.user.username }}
</a>
</div>
</li>
Expand Down

0 comments on commit eb3767c

Please sign in to comment.