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

fix(console): fix column sorting in resources tab (#488) #491

Merged
merged 2 commits into from
Nov 29, 2023

Commits on Nov 29, 2023

  1. fix(console): fix column sorting in resources tab (tokio-rs#488)

    In the Resources tab, column names were being associated
    to the wrong sorting keys, and some columns names were just
    missing from the `SortBy` implementation.
    
    Sorting for attributes, that was previously missing, has been
    implemented by sorting lexicographically on the key of the first
    attribute of each resource row, even if that is probably sub-optimal.
    Matteo Biggio committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    0aa1bbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eac7fbc View commit details
    Browse the repository at this point in the history