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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Host Checks selection #1669

Merged
merged 4 commits into from
Aug 4, 2023
Merged

Host Checks selection #1669

merged 4 commits into from
Aug 4, 2023

Commits on Aug 3, 2023

  1. Add navigation to host check selection (#1658)

    * Align cluster/host naming related to checks selection and actions
    
    * Add Checks related Call to actions in host detail
    
    * Host detail - Move exporters mapping to components in a separate variable
    nelsonkopliku committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d7ab634 View commit details
    Browse the repository at this point in the history
  2. Cluster settings page refactor (#1659)

    * Remove old ChecksSelection UI
    
    * Rewrite ClusterSettingsPage
    
    * Wire up ClusterSettingsPage to the router
    dottorblaster authored and nelsonkopliku committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    578134e View commit details
    Browse the repository at this point in the history
  3. Make checks selection great again (#1682)

    * Add a new selector for cluster checks
    
    * Update ChecksSelection component to new UX
    
    * Update ClusterSettingsPage to new UX
    
    * Update Host Settings to new UX
    
    * Add a disabled prop to Button component
    
    * Align the behavior of the save checks button
    
    * fixup! Align the behavior of the save checks button
    dottorblaster authored and nelsonkopliku committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d2c9682 View commit details
    Browse the repository at this point in the history
  4. Improved tooltip (#1674)

    * Install react-tooltip
    
    * Add new Tooltipo component
    
    * Update Tooltip stories
    
    * Add a global css object for tests
    
    * Replace legacy tooltip with new one
    
    * Use spans as tooltip anchor wrapper
    
    * Replace react-tooltip with rc-tooltip
    
    Co-authored-by: Alessio Biancalana <alessio.biancalana@suse.com>
    
    * Switch Tooltip implementation to rc-tooltip
    
    Co-authored-by: Alessio Biancalana <alessio.biancalana@suse.com>
    
    ---------
    
    Co-authored-by: Alessio Biancalana <alessio.biancalana@suse.com>
    nelsonkopliku and dottorblaster committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c9a1a6f View commit details
    Browse the repository at this point in the history