mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
fix: update ui flags
This commit is contained in:
parent
df59958e56
commit
6269afc8a8
@ -2,4 +2,5 @@ export const P = 'P';
|
||||
export const C = 'C';
|
||||
export const E = 'E';
|
||||
export const RBAC = 'RBAC';
|
||||
export const EEA = 'EEA';
|
||||
export const PROJECTFILTERING = false;
|
||||
|
@ -205,7 +205,7 @@ Array [
|
||||
},
|
||||
Object {
|
||||
"component": [Function],
|
||||
"flag": "E",
|
||||
"flag": "EEA",
|
||||
"layout": "main",
|
||||
"menu": Object {
|
||||
"advanced": true,
|
||||
|
@ -29,7 +29,7 @@ import AdminUsers from '../../page/admin/users';
|
||||
import AdminInvoice from '../../page/admin/invoice';
|
||||
import AdminAuth from '../../page/admin/auth';
|
||||
import Login from '../user/Login';
|
||||
import { P, C, E } from '../common/flags';
|
||||
import { P, C, E, EEA } from '../common/flags';
|
||||
import NewUser from '../user/NewUser';
|
||||
import ResetPassword from '../user/ResetPassword/ResetPassword';
|
||||
import ForgottenPassword from '../user/ForgottenPassword/ForgottenPassword';
|
||||
@ -245,7 +245,7 @@ export const routes = [
|
||||
component: EnvironmentList,
|
||||
type: 'protected',
|
||||
layout: 'main',
|
||||
flag: E,
|
||||
flag: EEA,
|
||||
menu: { mobile: true, advanced: true },
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user