Project

General

Profile

« Previous | Next » 

Revision 59316

[Admin | Trunk]: Add managers page, the only thing is missing is to send email

View differences:

app.component.ts
363 363
            '', false, [], [], null),
364 364
          items: []
365 365
        });
366
        if(this.properties.environment === "development") {
367
          users.items.push({
368
            rootItem: new MenuItem('managers', 'Managers', '/managers',
369
              '/managers', false, [], [], {communityId: this.communityId}),
370
            items: []
371
          });
372
        }
366 373
        users.items.push({
367 374
          rootItem: new MenuItem('subscribers', 'Subscribers', '/manage-subscribers',
368 375
            '/manage-subscribers', false, [], [], {communityId: this.communityId}),

Also available in: Unified diff