1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-17 01:17:29 +02:00

chore: add flags to control network route links from menu (#9667)

This commit is contained in:
David Leek 2025-04-01 11:18:32 +02:00 committed by GitHub
parent 097c83edfb
commit c21ed3ed5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,18 +136,28 @@ export const adminRoutes: INavigationMenuItem[] = [
title: 'Connected edges',
menu: { adminSettings: true, mode: ['pro', 'enterprise'] },
group: 'network',
flag: 'edgeObservability',
},
{
path: '/admin/network/backend-connections',
title: 'Backend connections',
menu: { adminSettings: true, mode: ['pro', 'enterprise'] },
group: 'network',
flag: 'consumptionModel',
},
{
path: '/admin/network/frontend-data-usage',
title: 'Frontend data usage',
menu: { adminSettings: true, mode: ['pro', 'enterprise'] },
group: 'network',
flag: 'consumptionModel',
},
{
path: '/admin/network/data-usage',
title: 'Data usage',
menu: { adminSettings: true, mode: ['pro', 'enterprise'] },
group: 'network',
notFlag: 'consumptionModel',
},
// Instance configuration