UI: change alarm menu icon
This commit is contained in:
parent
f5c9854aad
commit
510cd8f897
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user