linkerd2/web
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
..
app Fix tap start/stop button not toggling at the right time (#1432) 2018-08-10 12:12:40 -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