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

Change alarm menu icon
This commit is contained in:
Igor Kulikov 2023-05-02 13:02:56 +03:00 committed by GitHub
commit 3138f00044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -361,7 +361,8 @@ export class MenuService {
name: 'alarm.alarms', name: 'alarm.alarms',
type: 'link', type: 'link',
path: '/alarms', path: '/alarms',
icon: 'notifications' icon: 'mdi:alert-outline',
isMdiIcon: true
}, },
{ {
id: 'dashboards', id: 'dashboards',
@ -813,7 +814,8 @@ export class MenuService {
name: 'alarm.alarms', name: 'alarm.alarms',
type: 'link', type: 'link',
path: '/alarms', path: '/alarms',
icon: 'notifications' icon: 'mdi:alert-outline',
isMdiIcon: true
}, },
{ {
id: 'dashboards', id: 'dashboards',

View File

@ -42,7 +42,7 @@ const routes: Routes = [
title: 'alarm.alarms', title: 'alarm.alarms',
breadcrumb: { breadcrumb: {
label: 'alarm.alarms', label: 'alarm.alarms',
icon: 'notifications' icon: 'mdi:alert-outline'
}, },
isPage: true, isPage: true,
alarmsMode: AlarmsMode.ALL alarmsMode: AlarmsMode.ALL