mirror of https://github.com/linkerd/linkerd2.git
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 |
||
---|---|---|
.. | ||
css | ||
img | ||
js | ||
test | ||
.babelrc | ||
.eslintrc | ||
karma.conf.js | ||
package.json | ||
postcss.config.js | ||
webpack.config.js | ||
yarn.lock |