linkerd2/web
Risha Mars e5ab124d76
Refactor Tap query form into its own component (#1446)
Tap.jsx is really large and contains a lot of logic that pertains only to the Tap Query Form.
This PR tries to separate the concerns of the form and the query display from the main 
Tap querying and rendering logic. 
This will also allow us to easily reuse this form/CLI formatting for the Top page.

Changes in this PR:

* moves all the code for the form into its own component (TapQueryForm)
* moves the code that displays the current query into its own component (TapQueryCliCmd)
* formats the current tap query as the equivalent command line format that you 
can paste into a terminal
2018-08-14 11:29:35 -07:00
..
app Refactor Tap query form into its own component (#1446) 2018-08-14 11:29:35 -07:00
srv Tap: Make use of the Web UI to render tap events in a table (#1391) 2018-08-03 13:45:04 -07:00
templates Delete remaining conduit logo; add linkerd favicon (#1343) 2018-07-18 17:27:57 -07:00
Dockerfile Use stable version for linkerd2-proxy-api dep (#1400) 2018-08-03 11:59:42 -07:00
main.go Better CLI error messages when control plane is unavailable (#1428) 2018-08-09 15:40:41 -07:00