Skip to content
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

Merged
merged 5 commits into from
Oct 19, 2022

Conversation

philrenaud
Copy link
Contributor

Adds a toolbar for searching and filtering clients within the Topology view, and really ties the room together.

image

Resolves #10002

@alias('userSettings.showTopoVizPollingNotice') showPollingNotice;

@tracked filteredNodes = null;
@tracked pre09Nodes = null;
Copy link
Contributor Author

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

@github-actions
Copy link

github-actions bot commented Oct 17, 2022

Ember Asset Size action

As of a6331cf

Files that got Bigger 🚨:

File raw gzip
nomad-ui.js +5.39 kB +811 B

Files that stayed the same size 🤷‍:

File raw gzip
vendor.js 0 B 0 B
nomad-ui.css 0 B 0 B
vendor.css 0 B 0 B

@philrenaud
Copy link
Contributor Author

image
yay Percy!

@github-actions
Copy link

github-actions bot commented Oct 17, 2022

Ember Test Audit comparison

main 56bd954 change
passes 1426 1427 +1
failures 0 0 0
flaky 0 0 0
duration 10m 09s 359ms 12m 01s 162ms +1m 51s 803ms

@cyrilgdn
Copy link

Many many many many thanks 🎉 ! It makes topology view finally useful for our Nomad usage 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.4.x backport to 1.4.x release line
Projects
None yet
Development

Successfully merging this pull request may close these issues.

filter topology view by node status
4 participants