Project

General

Profile

« Previous | Next » 

Revision 57386

[Explore|Trunk]

Properties: add property "dashboard"
use it in navbar

View differences:

app.component.ts
17 17
  `],
18 18
  template: `
19 19

  
20
    <navbar *ngIf="properties && loginCheck" portal="explore" [properties]=properties [onlyTop]=false [user]="user"
20
    <navbar *ngIf="properties && loginCheck" [portal]="properties.dashboard" [properties]=properties [onlyTop]=false [user]="user"
21 21
            [communityId]="properties.adminToolsCommunity" [userMenuItems]=userMenuItems [menuItems]=menuItems></navbar>
22 22
    <div class="custom-main-content">
23 23
      <main>

Also available in: Unified diff