mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
Make containers the default topology.
This commit is contained in:
@@ -16,7 +16,7 @@ function isUrlForTopologyId(url, topologyId) {
|
||||
|
||||
let connectionState = 'disconnected';
|
||||
let currentGrouping = 'none';
|
||||
let currentTopologyId = 'applications';
|
||||
let currentTopologyId = 'containers';
|
||||
let mouseOverEdgeId = null;
|
||||
let mouseOverNodeId = null;
|
||||
let nodes = {};
|
||||
|
||||
Reference in New Issue
Block a user