AW-1959 Fix?
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details

2022.01
Peter Bastiani 2021-02-16 17:23:15 +01:00
parent 697708710e
commit 3d60d0127b
3 changed files with 7 additions and 2 deletions

View File

@ -125,7 +125,7 @@ body { background: #f1f1f1; line-height: 18px; user-select:none;font-family: Lat
max-height:0em;
}
fm-app-menu,fm-user-menu,fm-notification-menu {
fm-help-menu,fm-app-menu,fm-user-menu,fm-notification-menu {
display: inline-block;
margin-left: 1rem;
}

View File

@ -1,6 +1,6 @@
<div>
<div (click)="toggle($event)" class="rounded-circle menu-button hidden" [ngClass]="{'hidden':!user}">
<span i18n-title title="Apps"><i class="fas fa-question" aria-hidden="true"></i></span>
<span i18n-title title="Help"><i class="fas fa-question" aria-hidden="true"></i></span>
<div class="menu hidden" [ngClass]="{'hidden':!showMenu}">
<router-outlet name="help-menu"></router-outlet>
</div>

View File

@ -38,6 +38,11 @@ const routes = [
component: TestComponent,
outlet: 'notification-menu'
},
{
path: '',
component: TestComponent,
outlet: 'help-menu'
},
{
path: '',
component: LogoComponent,