Skip to content

Commit

Permalink
Implemented User Management: 1060
Browse files Browse the repository at this point in the history
- Implemented User management page in vue3

Signed-off-by: Nikhil Ashoka <[email protected]>
  • Loading branch information
Nikhil-Ashoka committed Jan 27, 2025
1 parent ad985da commit e0732d3
Show file tree
Hide file tree
Showing 5 changed files with 681 additions and 692 deletions.
9 changes: 9 additions & 0 deletions src/router/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import PcieTopology from '../views/HardwareStatus/PcieTopology/PcieTopology.vue'
import IBMiServiceFunctions from '@/views/Logs/IBMiServiceFunctions';
import Notices from '@/views/Notices/Notices.vue';
import Sessions from '@/views/SecurityAndAccess/Sessions';
import UserManagement from '@/views/SecurityAndAccess/UserManagement';
import Firmware from '@/views/Operations/Firmware';
import Certificates from '@/views/SecurityAndAccess/Certificates';
import Inventory from '../views/HardwareStatus/Inventory/Inventory.vue';
Expand Down Expand Up @@ -207,6 +208,14 @@ export const routes = [
title: i18n.global.t('appPageTitle.sessions'),
},
},
{
path: '/security-and-access/user-management',
name: 'local-users',
component: UserManagement,
meta: {
title: i18n.global.t('appPageTitle.userManagement'),
},
},
{
path: '/security-and-access/certificates',
name: 'certificates',
Expand Down
Loading

0 comments on commit e0732d3

Please sign in to comment.