diff --git a/projects/watermeter/com.inductiveautomation.perspective/views/Home/view.json b/projects/watermeter/com.inductiveautomation.perspective/views/Home/view.json index b27bca7..36e3b96 100644 --- a/projects/watermeter/com.inductiveautomation.perspective/views/Home/view.json +++ b/projects/watermeter/com.inductiveautomation.perspective/views/Home/view.json @@ -1296,7 +1296,7 @@ "dom": { "onClick": { "config": { - "script": "system.perspective.openPopup('flowRatePopup', 'FlowRatePopup', params={}, title='Flow Rate History', modal=True)" + "script": "\tsystem.perspective.openPopup('flowRatePopup', 'FlowRatePopup', params={}, title='Flow Rate History', modal=True)" }, "scope": "G", "type": "script" @@ -1630,6 +1630,29 @@ "source": "*WaterMeter*" } } + }, + "rowStyles": { + "activeUnacked": { + "priorities": { + "low": { + "backgroundColor": "#BDBDBD" + } + } + }, + "activeAcked": { + "priorities": { + "low": { + "backgroundColor": "#BDBDBD" + } + } + }, + "clearUnacked": { + "priorities": { + "low": { + "backgroundColor": "#BDBDBD" + } + } + } } }, "type": "ia.display.alarmstatustable" @@ -1653,4 +1676,4 @@ }, "type": "ia.container.flex" } -} \ No newline at end of file +}