mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Adding admin items to sidebar (#522)
This commit is contained in:
parent
5dd0b1cf64
commit
f6e5084d0d
1 changed files with 8 additions and 1 deletions
|
|
@ -9,12 +9,19 @@ export default (admin) => {
|
|||
},
|
||||
subItems: [
|
||||
{
|
||||
name: 'User Management',
|
||||
name: 'Manage Users',
|
||||
path: {
|
||||
regex: /\/users/,
|
||||
location: '/admin/users',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'App Settings',
|
||||
path: {
|
||||
regex: /\/settings/,
|
||||
location: '/admin/settings',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue