Why
when inspecting flow runs in the ui, the Run Config and Parameters panels hold a lot of useful information. however, these panel uses the same (non-fixed-width) font as the rest of the ui which makes it much harder to parse the information than needs be.
this is especially noticeable when using the ECSRun run-config and supplying a task_definition dict. that dict is a pretty large structure and muddles the screen / information.
What
[ ] panels that display arbitrary JSON data should use a fixed-width font to improve readability
Why when inspecting flow runs in the ui, the Run Config and Parameters panels hold a lot of useful information. however, these panel uses the same (non-fixed-width) font as the rest of the ui which makes it much harder to parse the information than needs be.
this is especially noticeable when using the
ECSRun
run-config and supplying atask_definition
dict. that dict is a pretty large structure and muddles the screen / information.What