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

Volume table component #4841

Merged
merged 4 commits into from
Nov 23, 2023
Merged

Volume table component #4841

merged 4 commits into from
Nov 23, 2023

Commits on Nov 17, 2023

  1. feat: volumes using table component

    Switches the Volume page to the new table component. Columns are extracted
    as expected, and I've pulled out the engine into an Environment column to
    match the Pods page.
    
    I made all the columns sortable. The raw size had to be made visible from
    VolumeInfoUI because the regular column is humanized and not sortable.
    Status and size are 'reverse sorted' because you typically want to see
    used volumes and bigger things first.
    
    Based on the Table PR #4545. Ignore everything in /table/* and once that
    has merged I'll rebase.
    
    Signed-off-by: Tim deBoer <git@tdeboer.ca>
    deboer-tim committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    2261150 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. fix: stop cell overflow

    Set a max width so that cells don't overlap and the overflow-hidden can work correctly.
    
    Signed-off-by: Tim deBoer <git@tdeboer.ca>
    deboer-tim committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    33a340d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d3fdf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d14a9a View commit details
    Browse the repository at this point in the history