Changed alarm colors in docked-vfd

This commit is contained in:
Salijoghli 2025-06-23 17:32:36 +04:00
parent 745a200047
commit 0097bc907e

View File

@ -270,6 +270,10 @@
}
}
},
"enableAcknowledge": false,
"enableDetails": false,
"enableShelve": false,
"enableUnshelve": false,
"filters": {
"active": {
"conditions": {},
@ -284,8 +288,65 @@
}
}
},
"pager": {
"enabled": false
},
"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": {
"enableActiveTab": false,
"enableConfiguration": false,
"enableFilter": false,
"enableFilterResults": false,
"enablePreFilters": false,
"enableShelvedTab": false,
"enabled": false
}
},