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

webui: mount point assignment support #4843

Merged
merged 4 commits into from
Jun 29, 2023

Commits on Jun 28, 2023

  1. webui: remove forgotten console.info object

    This get's reprinted on each re-render of the component polluting the
    browser console and therefore the test run outputs.
    KKoukiou committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    91c86ee View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. webui: mount point assignment support

    Support a new storage configuration method where a user first has to
    manually partition and create file systems using the tools on the
    installation image.
    When selecting the custom mount point option the user can now select
    which partition to map to mount point either from a well known list of
    Mount points or a manually created one.
    
    Co-authored-by: Katerina Koukiou <kkoukiou@redhat.com>
    jelly and KKoukiou committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    792d3e9 View commit details
    Browse the repository at this point in the history
  2. webui: when re-scanning disks or loading initial date disable the re-…

    …scan button
    
    Previously we were replacing the wizard content with a loading empty
    state but that causes a flicker when rescanning disks.
    KKoukiou committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b3ec6db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf0226b View commit details
    Browse the repository at this point in the history