mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
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!
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user