linkerd2/web/app/js/components
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
..
util Refactor Tap query form into its own component (#1446) 2018-08-14 11:29:35 -07:00
BaseTable.jsx remove toggle sorting functionality from TableComponent (#630) 2018-03-28 18:01:34 -07:00
CallToAction.jsx Add propType validation (#993) 2018-05-30 17:26:05 -07:00
ErrorBanner.jsx Correctly pass tap errors into the ErrorBanner component (#1443) 2018-08-13 12:20:12 -07:00
ErrorModal.jsx Correctly pass tap errors into the ErrorBanner component (#1443) 2018-08-13 12:20:12 -07:00
GrafanaLink.jsx Update prometheus labels to match k8s resource names (#1355) 2018-07-23 15:45:05 -07:00
LineGraph.jsx add ability to add flash to latest datapoint on line graph. (#127) 2018-01-12 09:58:36 -08:00
Metric.jsx Add propType validation (#993) 2018-05-30 17:26:05 -07:00
MetricsTable.jsx Update prometheus labels to match k8s resource names (#1355) 2018-07-23 15:45:05 -07:00
Namespace.jsx Correctly pass tap errors into the ErrorBanner component (#1443) 2018-08-13 12:20:12 -07:00
NetworkGraph.jsx add application topology graph to namespace tab (#1110) 2018-07-18 17:10:15 -07:00
NoMatch.jsx Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
PageHeader.jsx Start removing references to conduit in the web UI (#1260) 2018-07-05 15:07:51 -07:00
ResourceList.jsx Changing the statusText to be an object with more fields, then displa… (#1395) 2018-08-08 15:45:08 -07:00
ScatterPlot.jsx Revive scatterplot: re-add scatterplot to Deployments page (#144) 2018-01-17 10:10:59 -08:00
ServiceMesh.jsx Changing the statusText to be an object with more fields, then displa… (#1395) 2018-08-08 15:45:08 -07:00
Sidebar.jsx Add a link to the Tap page in the sidebar (#1412) 2018-08-07 14:44:16 -07:00
SocialLinks.jsx Remove remaining conduit references in codebase (#1381) 2018-07-31 11:19:34 -07:00
StatusTable.jsx Start removing references to conduit in the web UI (#1260) 2018-07-05 15:07:51 -07:00
Tap.jsx Refactor Tap query form into its own component (#1446) 2018-08-14 11:29:35 -07:00
TapEventTable.jsx Make use of new src and dst metadata hydration (#1444) 2018-08-13 16:21:41 -07:00
TapQueryCliCmd.jsx Refactor Tap query form into its own component (#1446) 2018-08-14 11:29:35 -07:00
TapQueryForm.jsx Refactor Tap query form into its own component (#1446) 2018-08-14 11:29:35 -07:00
Version.jsx Changing the statusText to be an object with more fields, then displa… (#1395) 2018-08-08 15:45:08 -07:00