Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui, server, storage: add command queue debug report
It's accessible at /reports/range/[range-id]/cmdqueue. * Add CommandQueue rpc to the Status server * Add dependency on dagre-layout, a JS library which does directed graph layout (like graphviz's `dot`) * Add new debug report page which visualizes the command queue using dagre-layout for layout and React for rendering to SVG * Add link from the Range debug report to the new command queue visualizer
- Loading branch information