Update the nav component to have the new routes for the UI baked in.
Updated some wording too.
This commit is contained in:
Elliot Huffman 2022-02-03 22:55:39 -05:00
Родитель 2d0ef5522e
Коммит 6a9536a0a8
1 изменённых файлов: 25 добавлений и 5 удалений

Просмотреть файл

@ -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: [