Browse Source

Merge pull request #8461 from ArtemDzhereleiko/AD/imp/change-alarm-menu-icon

Change alarm menu icon
pull/8469/head
Igor Kulikov 3 years ago
committed by GitHub
parent
commit
3138f00044
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      ui-ngx/src/app/core/services/menu.service.ts
  2. 2
      ui-ngx/src/app/modules/home/pages/alarm/alarm-routing.module.ts

6
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',

2
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

Loading…
Cancel
Save