Skip to content
Snippets Groups Projects
Commit 45f10996 authored by Arie Peterson's avatar Arie Peterson
Browse files

Show monitoring access permission when creating user

parent e8997549
No related branches found
No related tags found
1 merge request!57Resolve "Monitoring access not listed for new user"
Pipeline #30426 passed with stages
in 3 minutes and 24 seconds
......@@ -63,6 +63,10 @@ export const initialAppRoles = [
name: 'zulip',
role: UserRole.User,
},
{
name: 'monitoring',
role: UserRole.NoAccess,
},
];
export const initialUserForm = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment