Merge branch '98-monitoring-access-not-listed-for-new-user' into 'main'

Resolve "Monitoring access not listed for new user"

Closes #98

See merge request stackspin/dashboard!57
main
Maarten de Waard 2022-10-13 08:55:30 +00:00
commit f6e0e4b608
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## Unreleased
- Fix bug of missing "Monitoring" app access when creating a new user.
## [0.5.0]
- Merge dashboard-backend repository into this repository, released as 0.5.0

View File

@ -63,6 +63,10 @@ export const initialAppRoles = [
name: 'zulip',
role: UserRole.User,
},
{
name: 'monitoring',
role: UserRole.NoAccess,
},
];
export const initialUserForm = {