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

Improve displaying of Agents table in Summary page #310

Open
antoninbas opened this issue Mar 26, 2024 · 1 comment
Open

Improve displaying of Agents table in Summary page #310

antoninbas opened this issue Mar 26, 2024 · 1 comment
Labels
good first issue Good for newcomers

Comments

@antoninbas
Copy link
Contributor

The Summary page displays a table of all Antrea Agents in the K8s cluster. For a large cluster, with potentially 100+ Nodes, the list can be quite large.

We should improve this:

  • we should display a bounded number of Antrea Agents (e.g., up to 10), with pagination support
  • the table should be sortable by columns
  • the table should be sortable by name, to quickly find a specific Agent

For reference, this is what the page looks like at the moment:

image
@antoninbas antoninbas added the good first issue Good for newcomers label Mar 26, 2024
@antoninbas
Copy link
Contributor Author

At the moment, I would suggest handling this entirely in the frontend, with no API change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant