Reports only dev mode
This commit is contained in:
parent
9c1e92c9d1
commit
5d8e9c60ab
@ -34,7 +34,7 @@ export class AdminSideNavComponent {
|
||||
{ screen: 'default-colors' },
|
||||
{ screen: 'watermark' },
|
||||
{ screen: 'file-attributes', onlyAdmin: true },
|
||||
{ screen: 'reports', onlyAdmin: true }
|
||||
{ screen: 'reports', onlyAdmin: true, onlyDevMode: true }
|
||||
]
|
||||
};
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { Component, Input, OnChanges, SimpleChanges } from '@angular/core';
|
||||
import { Component, Input, OnChanges } from '@angular/core';
|
||||
import { UserService } from '@services/user.service';
|
||||
import { User } from '@redaction/red-ui-http';
|
||||
import { TranslateService } from '@ngx-translate/core';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user