From 9f9148ac24c25008bea8d2c214f62eae583eb4c8 Mon Sep 17 00:00:00 2001 From: Simon Howe Date: Thu, 22 Dec 2016 10:08:06 +0100 Subject: [PATCH] Prioritize ecs topologies on initial load if available Global topo order priority: - Check url for topoid - Check localStorage for topoid - Check topo-utils.js for what to show first! --- client/app/scripts/utils/topology-utils.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/app/scripts/utils/topology-utils.js b/client/app/scripts/utils/topology-utils.js index 3ff56e1ee..5588c7e69 100644 --- a/client/app/scripts/utils/topology-utils.js +++ b/client/app/scripts/utils/topology-utils.js @@ -6,6 +6,8 @@ import { Set as makeSet, List as makeList } from 'immutable'; // top priority first // const TOPOLOGY_DISPLAY_PRIORITY = [ + 'ecs-services', + 'ecs-tasks', 'services', 'deployments', 'replica-sets',