Update superuser navigation menu: remove XLVASK module, add BIRD module
This commit is contained in:
@@ -42,7 +42,6 @@ const items = computed<NavigationItemProps[]>(() => [
|
||||
{ label: firstToUpperCase(SessionUser.superUser.modules.stripe.meta.labels.multiple), to: '/superuser/configuration/stripe'},
|
||||
{ label: firstToUpperCase(SessionUser.superUser.modules.fxratesapi.meta.labels.multiple), to: '/superuser/configuration/fxratesapi'},
|
||||
{ label: firstToUpperCase(SessionUser.superUser.modules.gatewayapi.meta.labels.multiple), to: '/superuser/configuration/gatewayapi'},
|
||||
{ label: firstToUpperCase(SessionUser.superUser.modules.xlvask.meta.labels.multiple), to: '/superuser/configuration/xlvask'},
|
||||
{ label: firstToUpperCase(SessionUser.superUser.modules.entra.meta.labels.multiple), to: '/superuser/configuration/entra'},
|
||||
{ label: firstToUpperCase(SessionUser.superUser.modules.limble.meta.labels.multiple), to: '/superuser/configuration/limble'},
|
||||
{ label: firstToUpperCase(SessionUser.superUser.modules.ocrspace.meta.labels.multiple), to: '/superuser/configuration/ocrspace'},
|
||||
@@ -51,6 +50,7 @@ const items = computed<NavigationItemProps[]>(() => [
|
||||
{ label: firstToUpperCase(SessionUser.superUser.modules.virkdata.meta.labels.multiple), to: '/superuser/configuration/virkdata'},
|
||||
{ label: firstToUpperCase(SessionUser.superUser.modules.shelly.meta.labels.multiple), to: '/superuser/configuration/shelly'},
|
||||
{ label: firstToUpperCase(SessionUser.superUser.modules.selfserve.meta.labels.multiple), to: '/superuser/configuration/selfserve'},
|
||||
{ label: firstToUpperCase(SessionUser.superUser.modules.bird.meta.labels.multiple), to: '/superuser/configuration/bird'},
|
||||
]},
|
||||
// Other
|
||||
{ label: t('superuser.nav.other'), type: 'category', children: [
|
||||
|
||||
Reference in New Issue
Block a user