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

webadmin: fix alignment on Resource Allocation popup #495

Merged
merged 1 commit into from
Jul 4, 2022

Commits on Jun 30, 2022

  1. webadmin: fix alignment on Resource Allocation table

    Screenshot: https://imgur.com/a/CAIAnI1
    
    This patch fixes the alignment under Resource Allocation > Disk
    Allocation, when cloning a VM.
    The disks' panel is being first created as part of the view initiation.
    Determining the DC quota level (disabled/enforced) effects the number of
    columns appear in the disk allocation view.
    Since updating the quota happens later (not as part of initialization),
    The columns' width can't be changed unless re-creating the disks lists
    in the view, so the view needs to be created with the updated width.
    
    Bug-Url: https://bugzilla.redhat.com/2081546
    Signed-off-by: Shani Leviim <sleviim@redhat.com>
    sleviim authored and ahadas committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    0157c29 View commit details
    Browse the repository at this point in the history