Show monitoring access permission when creating user
This commit is contained in:
parent
e89975495f
commit
45f10996b8
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ export const initialAppRoles = [
|
|||
name: 'zulip',
|
||||
role: UserRole.User,
|
||||
},
|
||||
{
|
||||
name: 'monitoring',
|
||||
role: UserRole.NoAccess,
|
||||
},
|
||||
];
|
||||
|
||||
export const initialUserForm = {
|
||||
|
|
Loading…
Reference in a new issue