Render alert fields when performing searches
Created by: LawnGnome
We have all this useful information in the web UI that comes back from GraphQL, but isn't exposed in src
. This PR wires up a common renderer to the actions exec
and search
commands to render any alert that comes back in a (hopefully) human readable form.
Here are a couple of examples of it in use:
If we think this is useful, I'll add a couple of tests to the alert rendering and we can get this merged.