mirror of
https://github.com/weaveworks/scope.git
synced 2026-05-10 03:07:42 +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