diff --git a/app/api_topologies.go b/app/api_topologies.go index 613747cb47..a20a13605e 100644 --- a/app/api_topologies.go +++ b/app/api_topologies.go @@ -23,7 +23,7 @@ var ( } k8sPseudoFilter = APITopologyOptionGroup{ ID: "pseudo", - Default: "show", + Default: "hide", Options: []APITopologyOption{ {"show", "Show Unmanaged", nil, false}, {"hide", "Hide Unmanaged", render.IsNotPseudo, true}, @@ -53,7 +53,7 @@ func init() { }, { ID: "pseudo", - Default: "show", + Default: "hide", Options: []APITopologyOption{ {"show", "Show Uncontained", nil, false}, {"hide", "Hide Uncontained", render.IsNotPseudo, true},