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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
3 deletions
-
ui-ngx/src/app/core/services/menu.service.ts
-
ui-ngx/src/app/modules/home/pages/alarm/alarm-routing.module.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', |
|
|
|
|
|
|
|
@ -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 |
|
|
|
|