Skip to content

Commit

Permalink
Drop the 'nodes' from filter labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwilkie committed Jun 16, 2016
1 parent a010bb9 commit d650416
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/api_topologies.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ var (
ID: "pseudo",
Default: "show",
Options: []APITopologyOption{
{"show", "Show unmanaged nodes", nil, false},
{"hide", "Hide unmanaged nodes", render.IsNotPseudo, true},
{"show", "Show Unmanaged", nil, false},
{"hide", "Hide Unmanaged", render.IsNotPseudo, true},
},
}
)
Expand Down Expand Up @@ -55,8 +55,8 @@ func init() {
ID: "pseudo",
Default: "show",
Options: []APITopologyOption{
{"show", "Show uncontained nodes", nil, false},
{"hide", "Hide uncontained nodes", render.IsNotPseudo, true},
{"show", "Show Uncontained", nil, false},
{"hide", "Hide Uncontained", render.IsNotPseudo, true},
},
},
}
Expand Down

0 comments on commit d650416

Please sign in to comment.