Skip to content

Comments

Upgrade inspect table#442

Merged
GyulyVGC merged 29 commits intomainfrom
upgrade-inspect
Feb 1, 2024
Merged

Upgrade inspect table#442
GyulyVGC merged 29 commits intomainfrom
upgrade-inspect

Conversation

@GyulyVGC
Copy link
Owner

@GyulyVGC GyulyVGC commented Jan 28, 2024

This PR finally adds a proper tabular structure for connections in inspect page (until now, the table columns were kept aligned using a determined amount of whitespaces).

This fixes #63: the new table structure will remain aligned for every possible field value length.

Moreover, new search filters have been introduced (one for each table column) so that it's possible for users to accurately filter connections according to several parameters: source and destination IP, source and destination port, and protocols, in addition to the previously available search filters.
Note that by default, for ease of use, search filters check for partial matches; if you want strict equality, just add '=' before the desired filter value.

Finally, now it's possible to sort the table also for ascending value of bytes and packets, in addition to the already existing sorting strategy (by default, it's still sorted by most recent).

image

Note how longer values (in this case in the table header) don't cause the table to be dealigned; hovering on them will show the full value.

@GyulyVGC GyulyVGC added the enhancement New feature, request, or improvement label Jan 28, 2024
@GyulyVGC GyulyVGC added this to the v1.3.0 milestone Jan 28, 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.

🚢

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.

Avoid dealignment of report when longer addresses are received

1 participant