Update Nav
Update the nav component to have the new routes for the UI baked in. Updated some wording too.
This commit is contained in:
Родитель
2d0ef5522e
Коммит
6a9536a0a8
|
@ -10,13 +10,28 @@ const navLinkGroups: INavLinkGroup[] = [
|
|||
collapseAriaLabel: 'Collapse Main section',
|
||||
links: [
|
||||
{
|
||||
key: 'All PAWs',
|
||||
name: 'All PAWs',
|
||||
key: 'Home',
|
||||
name: 'Home',
|
||||
url: '/',
|
||||
},
|
||||
{
|
||||
key: 'Diagnose and solve problems',
|
||||
name: 'Diagnose and solve problems',
|
||||
key: 'All PAWs',
|
||||
name: 'All PAWs',
|
||||
url: '/devices',
|
||||
},
|
||||
{
|
||||
key: 'User Management',
|
||||
name: 'User Management',
|
||||
url: '#',
|
||||
},
|
||||
{
|
||||
key: 'SILO Management',
|
||||
name: 'SILO Management',
|
||||
url: '#',
|
||||
},
|
||||
{
|
||||
key: 'Privileged Secure Score',
|
||||
name: 'Privileged Secure Score',
|
||||
url: '#',
|
||||
}
|
||||
],
|
||||
|
@ -31,6 +46,11 @@ const navLinkGroups: INavLinkGroup[] = [
|
|||
name: 'General',
|
||||
url: '#',
|
||||
},
|
||||
{
|
||||
key: "Access control (IAM)",
|
||||
name: "Access control (IAM)",
|
||||
url: "#"
|
||||
},
|
||||
{
|
||||
key: 'Naming Format',
|
||||
name: 'Naming Format',
|
||||
|
@ -39,7 +59,7 @@ const navLinkGroups: INavLinkGroup[] = [
|
|||
],
|
||||
},
|
||||
{
|
||||
name: 'Troubleshooting + Support',
|
||||
name: 'Support + troubleshooting',
|
||||
expandAriaLabel: 'Expand Troubleshooting + Support section',
|
||||
collapseAriaLabel: 'Collapse Troubleshooting + Support section',
|
||||
links: [
|
||||
|
|
Загрузка…
Ссылка в новой задаче