linkerd2/web/app/js/components
Risha Mars e63e28e243
Fix tap start/stop button not toggling at the right time (#1432)
Problem:
We depend on the websocketRequestSent bool (renamed to 
tapRequestInProgress in this branch) to determine whether the 
start/stop button says start or stop. However, we don't change 
this value in setState until we open the websocket connection 
(which could take some time). This led to a delay in when you 
press the Start button and when it changes colour.

Solution:
Set the state before waiting for the websocket to open, so the 
button colour changes immediately and the form feels more responsive
2018-08-10 12:12:40 -07:00
..
util Tap web UI: Fix latency formatting (#1429) 2018-08-09 15:23:34 -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 Tap web UI: Fix latency formatting (#1429) 2018-08-09 15:23:34 -07:00
ErrorModal.jsx Update prometheus labels to match k8s resource names (#1355) 2018-07-23 15:45:05 -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 Changing the statusText to be an object with more fields, then displa… (#1395) 2018-08-08 15:45:08 -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 Fix tap start/stop button not toggling at the right time (#1432) 2018-08-10 12:12:40 -07:00
TapEventTable.jsx Tap web UI: Fix latency formatting (#1429) 2018-08-09 15:23:34 -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