Skip to content

Commit

Permalink
fix(admin-ui): minor issues fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed Jun 7, 2022
1 parent 5f72957 commit 488a325
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function UserForm({ formik }) {
/>
<GluuInputRow
doc_category={DOC_SECTION}
label="User Id"
label="User Name"
name="userId"
value={formik.values.userId || ''}
formik={formik}
Expand Down
11 changes: 3 additions & 8 deletions admin-ui/plugins/user-management/plugin-metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,9 @@ const pluginMetadata = {
menus: [
{
title: 'menus.users',
icon: 'fa-cubes',
children: [
{
title: 'menus.user-management',
path: PLUGIN_BASE_APTH + '/usersmanagement',
permission: SCRIPT_READ,
},
],
icon: 'fa-users',
path: PLUGIN_BASE_APTH + '/usersmanagement',
permission: SCRIPT_READ,
},
],
routes: [
Expand Down

0 comments on commit 488a325

Please sign in to comment.