[Trunk | Admin]: app.component.ts: Remove HTML category of pages from left menu.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56792 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
f707d6f00e
commit
e5601a28b5
|
@ -293,8 +293,8 @@ export class AppComponent implements OnInit{
|
||||||
'/pages', false, [], [], {communityId: this.communityId, type: 'share'}));
|
'/pages', false, [], [], {communityId: this.communityId, type: 'share'}));
|
||||||
pages.push(new MenuItem('landing', 'Landing', '/pages',
|
pages.push(new MenuItem('landing', 'Landing', '/pages',
|
||||||
'/pages', false, [], [], {communityId: this.communityId, type: 'landing'}));
|
'/pages', false, [], [], {communityId: this.communityId, type: 'landing'}));
|
||||||
pages.push(new MenuItem('html', 'HTML', '/pages',
|
// pages.push(new MenuItem('html', 'HTML', '/pages',
|
||||||
'/pages', false, [], [], {communityId: this.communityId, type: 'html'}));
|
// '/pages', false, [], [], {communityId: this.communityId, type: 'html'}));
|
||||||
pages.push(new MenuItem('other', 'Other', '/pages',
|
pages.push(new MenuItem('other', 'Other', '/pages',
|
||||||
'/pages', false, [], [], {communityId: this.communityId, type: 'other'}));
|
'/pages', false, [], [], {communityId: this.communityId, type: 'other'}));
|
||||||
entities.items.push({
|
entities.items.push({
|
||||||
|
|
Loading…
Reference in New Issue