mirror of https://github.com/linkerd/linkerd2.git
* Fix issue where we were waiting for the next polling interval when switching tabs Fix issue where we were waiting for the next polling interval when switching tabs. When we switch tabs, we update the Props of the ResourceList component, but we weren't resetting how we poll the server. This meant we'd wait until the end of the current polling interval (2s) to get the data for the tab we just switched to. I've added stopServerPolling and startServerPolling methods so that we can cancel the resource requests of the page we're leaving and immediately start polling for new data if the resource type changes. |
||
---|---|---|
.. | ||
css | ||
fonts | ||
img | ||
js | ||
test | ||
.babelrc | ||
.eslintrc | ||
karma.conf.js | ||
package.json | ||
postcss.config.js | ||
webpack.config.js | ||
yarn.lock |