linkerd2/web/app
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
..
css Rename mailing lists, remove all remaining conduit references (#1416) 2018-08-07 17:00:55 -07:00
img Delete remaining conduit logo; add linkerd favicon (#1343) 2018-07-18 17:27:57 -07:00
js Refactor Tap query form into its own component (#1446) 2018-08-14 11:29:35 -07:00
test Tap web UI: Fix latency formatting (#1429) 2018-08-09 15:23:34 -07:00
.babelrc Update babel to use `env` and `react-app` as presets. (#976) 2018-05-22 17:17:44 -07:00
.eslintrc Add propType validation (#993) 2018-05-30 17:26:05 -07:00
karma.conf.js Add javascript tests (#45) 2017-12-14 15:12:26 -08:00
package.json Add more filters to the web UI tap form (#1371) 2018-07-31 15:48:53 -07:00
postcss.config.js Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
webpack.config.js Delete remaining conduit logo; add linkerd favicon (#1343) 2018-07-18 17:27:57 -07:00
yarn.lock Add more filters to the web UI tap form (#1371) 2018-07-31 15:48:53 -07:00