-
Notifications
You must be signed in to change notification settings - Fork 30
Description
The status indicators next to each workflow contain contextual information which is revealed when you hover over it.
This feature is carried over from Cylc 7 where it was introduced as the result of a request from operators.
These indicators correspond to task state, i.e, one icon lists recently failed tasks, another lists recently succeeded ones.
Listing tasks in a tooltip is not the best way to convey this information. Perhaps a tree view with a state filter would do a better job of it as you can list the tasks, but also operate on them.
Could we add a button (or even replace the tooltip) to open a view filtered to the specified state?
If so which view would we use? Note that the "default view" will be replaced with a "default layout" in the near future.
See also #2313