Changed alarm colors in docked-vfd
This commit is contained in:
parent
745a200047
commit
0097bc907e
@ -270,6 +270,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"enableAcknowledge": false,
|
||||||
|
"enableDetails": false,
|
||||||
|
"enableShelve": false,
|
||||||
|
"enableUnshelve": false,
|
||||||
"filters": {
|
"filters": {
|
||||||
"active": {
|
"active": {
|
||||||
"conditions": {},
|
"conditions": {},
|
||||||
@ -284,8 +288,65 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"pager": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
"refreshRate": 500,
|
"refreshRate": 500,
|
||||||
|
"rowStyles": {
|
||||||
|
"activeAcked": {
|
||||||
|
"priorities": {
|
||||||
|
"diagnostic": {
|
||||||
|
"backgroundColor": "#579af1"
|
||||||
|
},
|
||||||
|
"high": {
|
||||||
|
"backgroundColor": "#fb615b"
|
||||||
|
},
|
||||||
|
"low": {
|
||||||
|
"backgroundColor": "#f8fa6e"
|
||||||
|
},
|
||||||
|
"medium": {
|
||||||
|
"backgroundColor": "#ee9b5c"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"activeUnacked": {
|
||||||
|
"base": {
|
||||||
|
"color": "black"
|
||||||
|
},
|
||||||
|
"priorities": {
|
||||||
|
"critical": {
|
||||||
|
"backgroundColor": "#7C2320"
|
||||||
|
},
|
||||||
|
"diagnostic": {
|
||||||
|
"backgroundColor": "#579af1"
|
||||||
|
},
|
||||||
|
"high": {
|
||||||
|
"backgroundColor": "#fb615b"
|
||||||
|
},
|
||||||
|
"low": {
|
||||||
|
"backgroundColor": "#f8fa6e"
|
||||||
|
},
|
||||||
|
"medium": {
|
||||||
|
"backgroundColor": "#ee9b5c"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"selection": {
|
||||||
|
"active": {
|
||||||
|
"mode": "none"
|
||||||
|
},
|
||||||
|
"shelved": {
|
||||||
|
"mode": "none"
|
||||||
|
}
|
||||||
|
},
|
||||||
"toolbar": {
|
"toolbar": {
|
||||||
|
"enableActiveTab": false,
|
||||||
|
"enableConfiguration": false,
|
||||||
|
"enableFilter": false,
|
||||||
|
"enableFilterResults": false,
|
||||||
|
"enablePreFilters": false,
|
||||||
|
"enableShelvedTab": false,
|
||||||
"enabled": false
|
"enabled": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user