-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
I was asked to have 2 widgets dealing with alarms:
- The first one should be an alarm table widgets where only a set of alarms (specified by a query?) should be displayed;
- The second one is a button-like widget, showing the number of alarms (in a specified status, specified by a query?), the colour related to that status, and that once pressed it will open the Alarm Table view.
It seems that the last request widget cannot currently be implemented with a standard Action Button because the beast:// protocol is not supported in Display Builder, but it is in BOY (and Probe, for example). Is this related to not using DIIRT? Can be solved moving to the new GP Client?