This project is mirrored from https://gitee.com/mirrors_kinvolk/headlamp.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 16 Aug, 2022 1 commit
  2. 12 Aug, 2022 2 commits
  3. 11 Aug, 2022 14 commits
  4. 10 Aug, 2022 17 commits
  5. 09 Aug, 2022 4 commits
  6. 05 Aug, 2022 1 commit
  7. 04 Aug, 2022 1 commit
    • Joaquim Rocha's avatar
      frontend: Fix showing cluster chooser on top bar · a7477227
      Joaquim Rocha authored
      In a recent change, we stopped using the cluster related hooks in the
      PureTopBar component as it led to conditionally using hooks. However,
      those hooks (and info from them) need to be used from the wrapping
      component (TopBar), otherwise no cluster chooser button will be shown.
      a7477227