mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 10:11:03 +00:00
Change to re-fetch topologies on instance switch
This commit is contained in:
@@ -723,6 +723,7 @@ export function changeInstance() {
|
||||
dispatch({ type: ActionTypes.CHANGE_INSTANCE });
|
||||
updateRoute(getState);
|
||||
const state = getState();
|
||||
getTopologies(activeTopologyOptionsSelector(state), dispatch);
|
||||
getNodesDelta(
|
||||
getCurrentTopologyUrl(state),
|
||||
activeTopologyOptionsSelector(state),
|
||||
|
||||
Reference in New Issue
Block a user