Make containers the default topology.

This commit is contained in:
Tom Wilkie
2015-06-02 10:14:32 +00:00
parent acedbb999d
commit 19657acf04
+1 -1
View File
@@ -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 = {};