From 45f10996b8908075737c1ed8d32ccb2eb1897473 Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Wed, 12 Oct 2022 16:49:05 +0200
Subject: [PATCH] Show monitoring access permission when creating user

---
 src/components/UserModal/consts.ts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/components/UserModal/consts.ts b/src/components/UserModal/consts.ts
index d17985ae..95cbbf08 100644
--- a/src/components/UserModal/consts.ts
+++ b/src/components/UserModal/consts.ts
@@ -63,6 +63,10 @@ export const initialAppRoles = [
     name: 'zulip',
     role: UserRole.User,
   },
+  {
+    name: 'monitoring',
+    role: UserRole.NoAccess,
+  },
 ];
 
 export const initialUserForm = {
-- 
GitLab