change sidebar menu item name and update submodules
This commit is contained in:
parent
9c6d1d539d
commit
a24b3f4b27
|
@ -213,7 +213,7 @@ export class AppComponent implements OnInit {
|
|||
};
|
||||
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", "Pages & Entities", "", "/" + this.community.communityId + "/admin-tools/pages", false, [], [], {}, {name: 'description'}, null, null, "/" + this.community.communityId + "/admin-tools"));
|
||||
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("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"));
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0f80797035b8c7f8af6f378605df9db665345d64
|
||||
Subproject commit 019429e02145d7dd17cbe655c4a935ad5739ecf1
|
|
@ -1 +1 @@
|
|||
Subproject commit bb96e1c48fbc2090220d2b72415b929c3cc23492
|
||||
Subproject commit ed6657f10a5d8be74fcaa00e155e0aaebf31c8ac
|
|
@ -1 +1 @@
|
|||
Subproject commit 3bc96a4bdccd2f09dab039759375fa8980e8e59e
|
||||
Subproject commit 68e51996fd83f33ad95507bf92279be48229a76b
|
Loading…
Reference in New Issue