Merge pull request #8461 from ArtemDzhereleiko/AD/imp/change-alarm-menu-icon
Change alarm menu icon
This commit is contained in:
commit
3138f00044
@ -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',
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user