diff --git a/nomad-front-end/src/components/Forms/GroupForm/GroupForm.jsx b/nomad-front-end/src/components/Forms/GroupForm/GroupForm.jsx index 8f34451..17491cd 100644 --- a/nomad-front-end/src/components/Forms/GroupForm/GroupForm.jsx +++ b/nomad-front-end/src/components/Forms/GroupForm/GroupForm.jsx @@ -105,11 +105,26 @@ const GroupForm = props => { +
  • + user - users can see only own + data, +
  • +
  • + group` - users can see data of + other users in the group +
  • +
  • + admin - users can see data of all + other users +
  • +
  • + admin-b - users can see data of + all other users in batch submission groups +
  • + + } >
    diff --git a/nomad-front-end/src/components/Forms/UserForm/UserForm.jsx b/nomad-front-end/src/components/Forms/UserForm/UserForm.jsx index fd8a3d8..27273ff 100644 --- a/nomad-front-end/src/components/Forms/UserForm/UserForm.jsx +++ b/nomad-front-end/src/components/Forms/UserForm/UserForm.jsx @@ -1,5 +1,5 @@ import React, { useEffect, useState, Fragment } from 'react' -import { Form, Input, Button, Select, Checkbox, Space } from 'antd' +import { Form, Input, Button, Select, Checkbox, Divider } from 'antd' import dataAccessOptions from '../dataAccessOptions' import classes from '../Form.module.css' @@ -144,7 +144,34 @@ const UserForm = props => { {groupSelectOptions} - + +
  • + admin - access to all parts of the system and + unaffected by traffic control +
  • + +
  • + user - ordinary user of walk-in system +
  • +
  • + user-a - ordinary user of walk-in system + unaffected by traffic control +
  • + +
  • + admin-b - access to administration of batch + submission +
  • +
  • + user-b - ordinary user of batch submission +
  • + + } + >
    { > - +