diff --git a/ui-ngx/src/app/core/services/menu.service.ts b/ui-ngx/src/app/core/services/menu.service.ts index 2a07528947..b33c552eb1 100644 --- a/ui-ngx/src/app/core/services/menu.service.ts +++ b/ui-ngx/src/app/core/services/menu.service.ts @@ -361,7 +361,8 @@ export class MenuService { name: 'alarm.alarms', type: 'link', path: '/alarms', - icon: 'notifications' + icon: 'mdi:alert-outline', + isMdiIcon: true }, { id: 'dashboards', @@ -813,7 +814,8 @@ export class MenuService { name: 'alarm.alarms', type: 'link', path: '/alarms', - icon: 'notifications' + icon: 'mdi:alert-outline', + isMdiIcon: true }, { id: 'dashboards', diff --git a/ui-ngx/src/app/modules/home/pages/alarm/alarm-routing.module.ts b/ui-ngx/src/app/modules/home/pages/alarm/alarm-routing.module.ts index 30a6cbb8fd..8b448f1c2d 100644 --- a/ui-ngx/src/app/modules/home/pages/alarm/alarm-routing.module.ts +++ b/ui-ngx/src/app/modules/home/pages/alarm/alarm-routing.module.ts @@ -42,7 +42,7 @@ const routes: Routes = [ title: 'alarm.alarms', breadcrumb: { label: 'alarm.alarms', - icon: 'notifications' + icon: 'mdi:alert-outline' }, isPage: true, alarmsMode: AlarmsMode.ALL