#583: Added granular multi-org control and read-only user

This commit is contained in:
frikky
2021-11-23 00:26:53 +01:00
parent 623a365030
commit f4b86abda7
5 changed files with 104 additions and 9 deletions
+11 -2
View File
@@ -2834,7 +2834,7 @@ const Admin = (props) => {
}}
value={"admin"}
>
Admin
Org Admin
</MenuItem>
<MenuItem
style={{
@@ -2843,7 +2843,16 @@ const Admin = (props) => {
}}
value={"user"}
>
User
Org User
</MenuItem>
<MenuItem
style={{
backgroundColor: theme.palette.inputColor,
color: "white",
}}
value={"org-reader"}
>
Org Reader
</MenuItem>
</Select>
}