mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-29 02:01:43 +00:00
Merge pull request #147 from tomwilkie/130-containers-default
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