Make containers the default topology.

This commit is contained in:
Tom Wilkie
2015-06-01 16:37:26 +00:00
parent acedbb999d
commit 19657acf04

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 = {};