-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Topology Filters #1159
Topology Filters #1159
Conversation
defaultOptions = defaultOptions.set(option, item.get('value')); | ||
} | ||
}); | ||
if (topology.has('options') && topology.get('options')) { |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
I like the aesthetic!
|
Options: []APITopologyOption{ | ||
{"system", "System pods", render.FilterApplication}, | ||
{"application", "Application pods", render.FilterSystem}, | ||
{"both", "Both", render.FilterNoop}, |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
@foot changed BG of unselected ones slightly and isolated topology caches, so nodes should overlap less PTAL |
Topos look good! Not sure about the BG! Looks a bit heavy now, I'd remove that actually :P. But LGTM either way. 👍 |
76d1d05
to
98c265a
Compare
Fixes #1116 |
Fixes #1116