translation
This commit is contained in:
parent
98e93dce2f
commit
409a737bba
|
@ -7,7 +7,7 @@
|
|||
<div *ngIf="iconOnly" style="height: 100px;" fxLayoutAlign="space-around center" >
|
||||
<img width="50" [style.borderRadius]="'50%'" src="./assets/images/user-image2.jpg">
|
||||
</div>
|
||||
<of-menu-item *ngFor="let menu of menus" [menu]="menu" [iconOnly]="iconOnly"> </of-menu-item>
|
||||
<of-menu-item *ngFor="let menu of menus" [menu]="menu" [iconOnly]="iconOnly" > </of-menu-item>
|
||||
</div>
|
||||
|
||||
</perfect-scrollbar>
|
|
@ -3,6 +3,7 @@
|
|||
"Title": "overFlow",
|
||||
"Subtitle": "It's a small world",
|
||||
"Home": "Home",
|
||||
"Infra": "Infra",
|
||||
"Map": "Map",
|
||||
"Sensors": "Sensors",
|
||||
"SensorSetting": "SensorSetting",
|
||||
|
|
Loading…
Reference in New Issue
Block a user