Add flow rate popup and low priority alarms

- Create FlowRatePopup view with time series chart for prefilter flow rate
- Add onClick event to GPM label in Home view to open popup
- Add Low priority alarms to PrimaryValveClosedInd, PumpInd, SedimentFilterValveOpenInd

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
dohertj2
2026-02-22 05:28:30 -05:00
parent 4a4dd016d8
commit 11b84c27d7
4 changed files with 195 additions and 5 deletions

View File

@@ -1287,10 +1287,22 @@
"style": {
"backgroundColor": "#D5D5D5",
"margin": 5,
"textAlign": "center"
"textAlign": "center",
"cursor": "pointer"
}
},
"type": "ia.display.label"
"type": "ia.display.label",
"events": {
"dom": {
"onClick": {
"config": {
"script": "system.perspective.openPopup('flowRatePopup', 'FlowRatePopup', params={}, title='Flow Rate History', modal=True)"
},
"scope": "G",
"type": "script"
}
}
}
}
],
"meta": {