-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Adds searching and filtering for nodes on topology view #14913
Conversation
@alias('userSettings.showTopoVizPollingNotice') showPollingNotice; | ||
|
||
@tracked filteredNodes = null; | ||
@tracked pre09Nodes = null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because we want to be able to filter nodes now, I've renamed what was filteredNodes
to pre09Nodes
. This modifies the code added from #9733 but I think in a healthy way. cc @DingoEatingFuzz
Ember Asset Size actionAs of a6331cf Files that got Bigger 🚨:
Files that stayed the same size 🤷:
|
Ember Test Audit comparison
|
Many many many many thanks 🎉 ! It makes topology view finally useful for our Nomad usage 🎉 |
Adds a toolbar for searching and filtering clients within the Topology view, and really ties the room together.
Resolves #10002