Skip to content

Commit

Permalink
Enable favourite images and recent requests
Browse files Browse the repository at this point in the history
For VIC mode enable fav-images and requests and events view

Change-Id: I5b58c9860bda865ee302eae81ffe2d26f2f56b99
Reviewed-on: https://bellevue-ci.eng.vmware.com:8080/49528
Closures-Verified: jenkins <[email protected]>
Upgrade-Verified: jenkins <[email protected]>
CS-Verified: jenkins <[email protected]>
Bellevue-Verified: jenkins <[email protected]>
PG-Verified: jenkins <[email protected]>
Reviewed-by: Sergio Sanchez <[email protected]>
  • Loading branch information
lazarin committed Nov 16, 2018
1 parent 24ec3c7 commit 129fa40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions host/configuration-vic.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ allow.vch.stats.collection=true
vic=true
allow.host.events.subscription=true
allow.ft.hosts.public-address=false
allow.ft.favorite-images=true
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
</clr-vertical-nav-group-children>
</clr-vertical-nav-group>

<clr-vertical-nav-group *ngIf="!isVic" [clrVerticalNavGroupExpanded]="true"
allowNavigation [roles]="activityRouteRestriction">
<clr-vertical-nav-group [clrVerticalNavGroupExpanded]="true" allowNavigation
[roles]="activityRouteRestriction">
<clr-icon shape="list" clrVerticalNavIcon></clr-icon> {{ "navigation.recentActivity" | i18n }}
<clr-vertical-nav-group-children>
<a clrVerticalNavLink routerLink="requests"
Expand Down

0 comments on commit 129fa40

Please sign in to comment.