Skip to content
Snippets Groups Projects
ids.js 765 B
Newer Older
  • Learn to ignore specific revisions
  • const WEB_APP_ID = 'openbis_ng_ui'
    const TYPES_GRID_ID = 'types_grid'
    const USERS_GRID_ID = 'users_grid'
    
    const USER_GROUPS_GRID_ID = 'user_groups_grid'
    
    const USER_USER_GROUPS_GRID_ID = 'user_user_groups_grid'
    
    const USER_GROUP_USERS_GRID_ID = 'user_group_users_grid'
    const USER_GROUP_ROLES_GRID_ID = 'user_group_roles_grid'
    
    const VOCABULARY_TERMS_GRID_ID = 'vocabulary_terms_grid'
    
    const PLUGINS_GRID_ID = 'plugins_grid'
    const QUERIES_GRID_ID = 'queries_grid'
    
      USER_GROUP_USERS_GRID_ID,
      USER_GROUP_ROLES_GRID_ID,