Change topologies option from 'notsystem' to 'application'

This commit is contained in:
jpellizzari
2017-01-12 11:38:53 -08:00
parent 7aff988929
commit 08010bcff6

View File

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