Revize 696f3358
Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)
webapp/src/app/header/header.component.html | ||
---|---|---|
5 | 5 |
<button (click)="localizationService.switchLanguage('en')">EN</button> |
6 | 6 |
<button class="user-info" (click)="onProfileClick()"> |
7 | 7 |
<img class="user-icon" src="../../assets/images/default-user.png"/> |
8 |
<span class="user-name">{{name}}</span>
|
|
8 |
<span *ngIf="profile" class="user-name">{{profile.firstName}} {{profile.lastName}}</span>
|
|
9 | 9 |
</button> |
10 | 10 |
</div> |
11 | 11 |
</div> |
Také k dispozici: Unified diff
Re #7494 Components connected to API - except profile settings and add vacation components