v0.0.11
- Initial support for auto refresh of RUNNING/IDLE/PAUSED executions
- Add refresh button to executions list
- Use jQuery only when necessary
- No more hard-coded elements height, everything is now flexbox
New Feature:
The graph will be auto-refreshed every 30 seconds for executions in state IDLE/RUNNING/PAUSED.
Current limitations:
- every refresh will reset the zoom level of the graph
- the graph is essentially re-built on every refresh which can be heavy on large graphs. This will be changed in the future to only draw the affected tasks.