From 19657acf04d211d48ca0bc0c955492ad3cceca11 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Mon, 1 Jun 2015 16:37:26 +0000 Subject: [PATCH] Make containers the default topology. --- client/app/scripts/stores/app-store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/scripts/stores/app-store.js b/client/app/scripts/stores/app-store.js index f496ae315..afd319418 100644 --- a/client/app/scripts/stores/app-store.js +++ b/client/app/scripts/stores/app-store.js @@ -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 = {};