Skip to content

Commit

Permalink
Merge pull request #2105 from weaveworks/2042-prio-ecs-view
Browse files Browse the repository at this point in the history
Prioritize ecs topologies on initial load if available
  • Loading branch information
foot authored Dec 22, 2016
2 parents 0126f07 + 9f9148a commit bf2432d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/app/scripts/utils/topology-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit bf2432d

Please sign in to comment.