Rename Menus & Pages to Pages & Menus
This commit is contained in:
parent
43acf36923
commit
7e6032823e
|
@ -206,16 +206,16 @@ export class AppComponent implements OnInit {
|
|||
logoUrl: this.headerLogoUrl,
|
||||
logoSmallUrl: this.headerLogoUrl,
|
||||
position: 'left',
|
||||
badge: false
|
||||
badge: true
|
||||
};
|
||||
this.sideBarItems.push(new MenuItem("community", "Community Info", "", "/" + this.community.communityId, false, [], [], {}, {name: 'badge'}, null, null, "/" + this.community.communityId + "/info"));
|
||||
this.sideBarItems.push(new MenuItem("users", "Users", "", "/" + this.community.communityId + "/users", false, [], [], {}, {name: 'group'}, null, null, "/" + this.community.communityId + "/users"));
|
||||
this.sideBarItems.push(new MenuItem("admin-tools", "Menus & Pages", "", "/" + this.community.communityId + "/admin-tools/pages", false, [], [], {}, {name: 'description'}, null, null, "/" + this.community.communityId + "/admin-tools"));
|
||||
this.sideBarItems.push(new MenuItem("admin-tools", "Pages & Menus", "", "/" + this.community.communityId + "/admin-tools/pages", false, [], [], {}, {name: 'description'}, null, null, "/" + this.community.communityId + "/admin-tools"));
|
||||
this.sideBarItems.push(new MenuItem("customization", "Customization", "", "/" + this.community.communityId + "/customize-layout", false, [], [], {}, {name: 'brush'}));
|
||||
if (this.community.type === 'ri') {
|
||||
this.sideBarItems.push(new MenuItem("mining", "Mining", "", "/" + this.community.communityId + "/mining/manage-profiles", false, [], [], {}, {svg: mining.data}, null, null, "/" + this.community.communityId + "/mining"));
|
||||
}
|
||||
this.specialSideBarMenuItem = new MenuItem("back", "Manage communities", "", "/", false, [], null, {}, {name: 'west'});
|
||||
this.specialSideBarMenuItem = new MenuItem("back", "Manage communities", "", "/", false, [], null, {}, {name: 'search', class: 'uk-text-secondary'});
|
||||
|
||||
this.menuItems = [];
|
||||
this.menuItems.push({
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6fbf67c221c8cfb5b139eb4dbaf8577e9d48655c
|
||||
Subproject commit f8f606ada7d1db53a2ee3566ac601abf640a2187
|
Loading…
Reference in New Issue