mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
hide uncontained/unmanaged by default
They are of no interest to most users and affect the initial user experience. Fixes #1689.
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user