mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-19 05:19:35 +00:00
Change topologies option from 'notsystem' to 'application'
This commit is contained in:
@@ -122,7 +122,7 @@ func MakeRegistry() *Registry {
|
||||
Options: []APITopologyOption{
|
||||
{Value: "all", Label: "All", filter: nil, filterPseudo: false},
|
||||
{Value: "system", Label: "System Containers", filter: render.IsSystem, filterPseudo: false},
|
||||
{Value: "notsystem", Label: "Application Containers", filter: render.IsApplication, filterPseudo: false}},
|
||||
{Value: "application", Label: "Application Containers", filter: render.IsApplication, filterPseudo: false}},
|
||||
},
|
||||
{
|
||||
ID: "stopped",
|
||||
|
||||
Reference in New Issue
Block a user