Browse Source

Move IoT Hub menu item right after Dashboards in sidebar

pull/15347/head
Igor Kulikov 3 months ago
parent
commit
aa51cd38d9
  1. 2
      ui-ngx/src/app/core/services/menu.models.ts

2
ui-ngx/src/app/core/services/menu.models.ts

@ -805,6 +805,7 @@ const defaultUserMenuMap = new Map<Authority, MenuReference[]>([
{id: MenuId.home},
{id: MenuId.alarms},
{id: MenuId.dashboards},
{id: MenuId.iot_hub},
{
id: MenuId.entities,
pages: [
@ -871,7 +872,6 @@ const defaultUserMenuMap = new Map<Authority, MenuReference[]>([
]
},
{id: MenuId.api_usage},
{id: MenuId.iot_hub},
{
id: MenuId.settings,
pages: [

Loading…
Cancel
Save