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

Sort options for Host & Service columns in overview page #452

Merged
merged 8 commits into from
Feb 16, 2024

Conversation

GyulyVGC
Copy link
Owner

@GyulyVGC GyulyVGC commented Feb 14, 2024

Until now, network hosts and services in overview page were always sorted by descending value of cumulative transmitted data (bytes or packets).
This was pretty limiting, primarily because the user couldn't easily see the most recent items involved in network traffic exchanges.

This PR implements the possibility to set a sorting strategy for both the network host and service lists.

By default, items are now sorted by most recent timestamp of last data exchange.
With a simple click users can change this behaviour to sort items by ascending/descending value of cumulative transmitted data (bytes or packets).

@GyulyVGC GyulyVGC added the enhancement New feature, request, or improvement label Feb 14, 2024
@GyulyVGC GyulyVGC added this to the v1.3.0 milestone Feb 14, 2024
@GyulyVGC GyulyVGC self-assigned this Feb 14, 2024
Repository owner deleted a comment from codecov-commenter Feb 14, 2024
Copy link
Owner Author

@GyulyVGC GyulyVGC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@GyulyVGC GyulyVGC merged commit bcd5745 into main Feb 16, 2024
6 checks passed
@GyulyVGC GyulyVGC deleted the sort-overview branch February 16, 2024 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, request, or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant