comment out rio link as it is hidden in dashboard

rancher/rancher#29293
This commit is contained in:
Westly Wright 2020-09-30 15:57:55 -07:00
parent d85062c7bc
commit f95093cf0b
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
1 changed files with 5 additions and 5 deletions

View File

@ -306,11 +306,11 @@ const rootNav = [
localizedLabel: 'nav.tools.gatekeeper', localizedLabel: 'nav.tools.gatekeeper',
dashboardLink: '/gatekeeper', dashboardLink: '/gatekeeper',
}, },
{ // {
id: 'cluster-tools-rio', // id: 'cluster-tools-rio',
localizedLabel: 'nav.tools.rio', // localizedLabel: 'nav.tools.rio',
dashboardLink: '/rio', // dashboardLink: '/rio',
}, // },
], ],
}, },