Merge pull request #2105 from weaveworks/2042-prio-ecs-view

Prioritize ecs topologies on initial load if available
This commit is contained in:
Simon
2016-12-22 11:48:35 +01:00
committed by GitHub

View File

@@ -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',